/docs.webiny.com

Webiny documentation

Primary LanguageJavaScript

Webiny Documentation 📝

The official https://webiny.com/docs documentation source code.

Repository setup

Webiny uses Next.js for its documentation. Here is how you can run the project locally:

  1. Install Next.js globally

    npm install next --global
  2. Clone this repository

    git clone https://github.com/webiny/docs.webiny.com.git
  3. Go into the project root directory

    cd docs.webiny.com
  4. Install JS dependencies

    yarn
  5. Start the dev server

    yarn dev

Project structure

All the articles are inside the src/pages/docs folder. And you can manage sidebar menu items from the src/navs/documentation.js file.

Contributors

🧡 Thanks goes to these wonderful people!