Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 906 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 906 Bytes

SPFx-KB

Knowledge base for SharePoint Framework (SPFx) snippets and links. https://rolandoechslin.github.io/spfx-kb/

Help

Project layout

    mkdocs.yml    # The configuration file.
    docs/
        index.md  # The documentation homepage.
        ...       # Other markdown pages, images and other files.

Installation for windows

pip install mkdocs pip install pymdown-extensions pip install mkdocs-material

Build

mkdocs build

Deployment

mkdocs gh-deploy