Skip to content

HDaskalov/eudi-docs-site-12-2025

 
 

Repository files navigation

eudi-docs-site

This guide will help you quickly get started with MkDocs.

Installation

To install MkDocs, use pip:

pip install mkdocs mkdocs-multirepo-plugin mkdocs-material pymdown-extensions

Serving the Documentation

To view your documentation locally, navigate to the project directory and run:

mkdocs serve

Your documentation will be available at http://127.0.0.1:8000/ in your browser.

Deploy on Github pages

MkDocs has built-in support for deploying to GitHub Pages.

mkdocs gh-deploy

This command will automatically push the contents of the site/ directory to the gh-pages branch of your repository. The site will be available at https://<.username.>.github.io/<.repository.>/.

Configuration

The configuration file for MkDocs is mkdocs.yml, where you can customize the site name, theme, and other settings.

About

Main repository that contains configuration and data files for the Developers Hub site that provides information on how to build/use the applications and several HOW-TOs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors