Skip to main content

An ADI Harmonic theme for mkdocs based on mkdocs-material

Project description

Installing & Using the ADI Harmonic Theme for MkDocs

The mkdocs-harmonic theme provides a consistent look and feel for documentation of Analog Devices products generated using MkDocs. This guide will walk you through the steps needed to install and configure the theme for your MkDocs based documentation project.

Installation

Prerequisites

Install using Pip

pip install adi-mkdocs-harmonic

Creating and running a skeleton MkDocs project

  1. Create a mkdocs.yml file in the project directory with the following contents:

    site_name: My Project
    theme:
        name: harmonic
    
  2. Create a docs folder with an index.md file in it with the following contents:

    ---
    title: My project
    ---
    
    Some overview text
    
    ## A subheading
    
    Subheading text
    
  3. Run mkdocs serve in the terminal and open your web browser to https://localhost:8000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adi_mkdocs_harmonic-0.6.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

adi_mkdocs_harmonic-0.6.0-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page