/spfx-kb

My memory and knowledge base notebook for sharepoint framework (SPFx) snippets and links.

Primary LanguagePowerShell

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

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

Build

mkdocs build

Deployment

mkdocs gh-deploy