Skip to content

📚 Source code and documentation for the official docs website.

Notifications You must be signed in to change notification settings

insus-tecnologia/docs.adonisjs.com

Repository files navigation

AdonisJS Docs

The repo contains the documentation and source code for docs.adonisjs.com

It is an AdonisJS project that renders the markdown to HTML using the edge templates during development. In production, we pre-compile everything to HTML and deploy it to Cloudflare pages.

Setup

Follow the below mentioned steps to setup the project on your local.

  • Fork the repo
  • Pull the repo on your local
  • Install all dependencies using npm install.
  • Start the AdonisJS development server using node ace serve --watch.

We do not follow any build process for rendering markdown to HTML. Instead, we compile markdown files on every pages request. This ensures, we do not have to run any background compilers to compile markdown and then re-compile everything on a single change. The process is as simple as

--> New HTTP request --> Finding markdown file for the url --> Compile and serve it

About

📚 Source code and documentation for the official docs website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.7%
  • CSS 28.4%
  • JavaScript 12.7%
  • Shell 0.2%