gocentas / docs

Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Documentation


Languages

Language:HTML 90.0%Language:Makefile 10.0%