Skip to content

princenaman/adonis-documentation

 
 

Repository files navigation

Adonis Documentation

This project contains the website hosted on http://adonisjs.com. Pull the documentation from https://github.com/adonisjs/docs and compile the markup files into HTML.

Did we tell you, the docs are built using AdonisJs itself 😄

Setup

The easiest thing to do.

  1. Clone the repo
git clone git@github.com/adonisjs/adonis-documentation
  1. Cd and Run Setup
cd adonis-documentation && npm run setup
  1. Start server
npm run dev

Compiling Styles & Scripts

All styles and scripts are saved inside the resources/assets directory. Make sure not to touch any file inside the public directory, since all files are auto-generated. Run the following command to watch for styles & scripts changes and also compile them.

npm run watch

Contributing

Feel free to contribute to the project by improving the design/layout. Make sure to create a PR for the develop branch and not the master branch.

About

The documentation website source code hosted on http://adonisjs.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.2%
  • JavaScript 28.4%
  • HTML 10.4%