Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

adonisjs/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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published