Skip to content

kahroba-lang/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kahroba language documentation.

This documentation is built with the MkDocs Material, and if you need to read documents before making any change.

How to contribute?

  • Clone the project using git.
  • Install dependencies (MKDocs Material - Mike).
  • Edit .md files exists in docs folder.

Do not change the directories structure of docs folder without changing the mkdocs.yml nav settings, also do not touch mkdocs.yml unless you know what you are doing!

Starting Live server:

  • Navigate to project directory.
  • Run mkdocs serve command
  • Open localhost:8000 url to check what's going on.

How to publish version based.

It's very simple, You need to know witch version you want to publish. We use Mike library to build out package in different versions. For more help checkout example.

Steps:

  • Determine witch version you want to make a change.
  • Make sure you installed dependencies (mike, MKDocs-Material) from here.
  • Pull gh-pages branch to merge any change before yours.
  • run mike deploy --push --update-aliases <version> latest

Publish example:

Below command will be accessible from:

mike deploy --push --update-aliases 0.1 latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages