Skip to content

inteliver/inteliver-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inteliver Documentation

Inteliver is an open-source image management framework that allows you to store, modify, and deliver optimized images.

This README provides instructions to set up and build the documentation for Inteliver using MkDocs.

Installation

  1. Create a new Conda environment with Python 3.11:

    conda create -n mkdocs python=3.11
  2. Activate the environment:

    conda activate mkdocs
  3. Install MkDocs Material and MkDocs Macros Plugin:

    pip install mkdocs-material mkdocs-macros-plugin

Serving the Documentation

To serve the documentation locally:

mkdocs serve

Building the Static Website

To build the static website:

mkdocs build

This will create a site directory with your static documentation website ready to be hosted.

Notes

  1. Use relative links for internal navigation.

Example: You can find out more examples at [inteliver Examples](../examples/index.md)

About

inteliver documentation using MkDocs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published