Skip to content

TickLabVN/knowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge sharing articles

Prerequisites

Run this command to install all dependencies:

pip install -r requirements.txt

Usage

  • mkdocs server: Run a local server for development
  • mkdocs build: Build the static site

To create new posts, visit https://squidfunk.github.io/mkdocs-material/getting-started/ for tutorials.

How to contribute

After changing source files, run mkdocs server and test on your local environment. If everything is fine, then:

  1. Create a new branch
  2. Commit your changes
  3. Push to the new branch
  4. Create a pull request