The Wayback Machine - https://web.archive.org/web/20211015160801/https://github.com/castai/docs
Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

For writers

Contributing

Setting up local editing environment

  1. Start local documentation server:

    make server
    

    If everything is fine, you should see output similar to:

    [I 201112 11:16:39 server:335] Serving on http://0.0.0.0:8000
    INFO    -  Serving on http://0.0.0.0:8000
    [I 201112 11:16:39 handlers:62] Start watching changes
    INFO    -  Start watching changes
    [I 201112 11:16:39 handlers:64] Start detecting changes
    INFO    -  Start detecting changes
    
  2. Open browser at http://127.0.0.1:8000

Place your text editor side-by-side with a browser window if you want to have preview of your edits - browser will keep refreshing each time you update documents.

Useful links:

Quick fixes directly from web

For quick edits/suggestions, edit links ("edit this page" at the top right corner) and create text suggestions directly from web. See GitHub documentation if you're unfamiliar with the workflow.

Linter

Required tools:

  • Docker

To run the markdown linter which also fixes small issues automatically:

make lint