rapidjs.io - The docs for rapid.js
npm install
- Install valet
valet link rapid
This is a Laravel build. If you're not familiar with it, give it a look! There's quite a few folders in this install but below are the only ones to be concerned with.
data/
- This contains the data for all the methods and configuration that are displayed on the docs page. This also contains the data that tells the docs what pages to render per section.
resources/
- The views and assets.
|---views/
- The view template files.
|---documentation/
-This is where the main documentation files live. For each section of the docs, a folder with sub pages lives.
|---methods & configuration
- Each one if these has a code
folder where, if a file is created, it will be displayed below its definition on the docs page.
|---assets/
- The js.
|---sass/
-The sass
|---js/
-The JS for minor things such as code formatting and the config builder. Not really necessary to edit.
If you make any changes to the sass you must follow the guidelines in the scsslint.yml. If you're not familiar with this, have a look here. Please follow the BEM syntax as I am loosley following it. Running the gulp lint-sass
command should have no errors before commiting.
gulp lint-sass