Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 587 Bytes

File metadata and controls

25 lines (16 loc) · 587 Bytes

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