Skip to content

amerintlxperts/mkdocs-local-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MkDocs Local Dev Setup

This repository can be used to quickly setup a local dev environment to run your mkdocs site locally.


πŸ”§ Prerequisites

  • Git
  • PowerShell (running as administrator)
  • ExecutionPolicy set to bypass (Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass)
  • Microsoft Visual C++ 14.0 or greater is required
  • Internet access

πŸš€ Getting Started

1. Clone this setup repo

git clone https://github.com/amerintlxperts/mkdocs-local-dev.git
cd mkdocs-local-dev

2. Run the setup

./setup_local_mkdocs.bat track

Replace <track> with your desired track name (ot, secops, cloud, lanedge, sase)


🌐 View the Docs

After setup:

cd <track>-playground
..\venv\Scripts\Activate.ps1
mkdocs serve

Then open: http://localhost:8000


🧹 To start fresh

Remove-Item -Recurse -Force .\<track>-playground

Then re-run the setup.

About

scripts to quickly build a local mkdocs development environment (for windows only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published