Skip to content

ODI-Devs/labx-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabX Docs

Python MkDocs Material

Documentation site powered by MkDocs and the Material theme.


Prerequisites

  • Python 3.7 or higher installed and accessible via python command
  • Basic familiarity with command line / terminal
  • (Optional but recommended) Git installed
  • (Optional) SSH key setup if you want to clone via SSH

Quick Start

1. Clone the repository

git clone https://github.com/ODI-Devs/labx-docs.git
cd labx-docs

Or using SSH:

git clone [email protected]:ODI-Devs/labx-docs.git
cd labx-docs

2. Setup & activate virtual environment (recommended)

python -m venv venv

Activate Virtual Environment

  • macOS/Linux:
source venv/bin/activate
  • Windows PowerShell
.\venv\Scripts\Activate.ps1
  • Windows CMD
.\venv\Scripts\Activate

Note: If you get an execution policy error on Windows, run PowerShell as admin and execute:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

3. Install dependencies

pip install mkdocs mkdocs-material

Check Installation

mkdocs --version

4. Serve the site locally

Start the MkDocs development server:

mkdocs serve

You should see output like:

Serving on http://127.0.0.1:8000/

5. Project Structure

labx-docs/

├── docs/
│   ├── index.md
│   └── other-pages.md
├── mkdocs.yml
  • docs/: contains Markdown files
  • mkdocs.yml: the main configuration file

6. Deployed Site

LabX Team

Project_Manager System Analyst UI/UX Designer UI/UX Designer Front End Front End Back End Back End

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages