GithubHelp home page GithubHelp logo

syahzuan / nodebb-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nodebb/docs

0.0 0.0 0.0 338 KB

NodeBB Documentation via MkDocs

License: MIT License

Shell 1.63% JavaScript 96.18% CSS 2.19%

nodebb-docs's Introduction

NodeBB Documentation Portal

This repository houses the content and source code for the documentation portal.

Contributing

The primary method of contributing is by making a pull request. You can either edit the source code directly in GitHub (which would automatically fork the repository into your own account), or by cloning a local copy and forking the repository manually.

Documentation is written in Markdown. While Markdown supports HTML, we encourage the minimal use of HTML so as to ensure that all documentation is of similar style.

If there are insufficient articles or incorrect information, please file a new issue against this repository. It will help us ensure that content is kept up to date.

When changes are committed or pull requests merged, the documentation portal will be updated automatically. If this is not the case, please open an issue for us to investigate.

How to test your changes

If you want to take a look at how your changes look, you can run a local install of the documentation portal.

  1. Install pip: sudo apt-get update && sudo apt-get install python3-pip
  2. Install mkdocs: pip3 install mkdocs (you may need sudo for this, Windows users may need to run python -m pip install mkdocs instead)
  3. Install the material theme: pip3 install mkdocs-material
  4. From repo root, create a symbolic link pointing to src/docs: ln -s ./src/docs
  5. Install dependencies: yarn or npm
  6. Build templates: node src/compile.js
  7. Start development mode: mkdocs serve (run this from the root of the checked out repository, python -m mkdocs serve for Windows)
  8. Browse to http://localhost:8000

The page will automatically refresh every time any files are changed.

Localisation

At this time we do not have plans to localise the NodeBB documentation.

nodebb-docs's People

Contributors

julianlam avatar barisusakli avatar oplik0 avatar pitaj avatar psychobunny avatar voanhcuoc avatar hyraze avatar dependabot[bot] avatar xinbenlv avatar shlomocode avatar noscripter avatar tbaut avatar angristan avatar meelash avatar hikch avatar evaldosantos avatar toduyemi avatar sizigee avatar phit avatar traeregan avatar ericgaspar avatar dangerusslee avatar a0533057932 avatar syahzuan avatar yajuu-senpai avatar turtlecode84 avatar dunklestoast avatar timitoc avatar sh-cho avatar sataur avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.