Socket
Socket
Sign inDemoInstall

material-va-lighthouse

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-va-lighthouse

A MKDocs plugin which extends the material theme with styles from the VA design system


Maintainers
1

Material VA Lighthouse Plugin

This plugin styles a Material for MKDocs site using CSS from the VA Design System.

Installation

Open a terminal and run the following command:

pip install material-va-lighthouse

Or add the following to your requirements.txt file:

material-va-lighthouse

Update your mkdocs.yml to include the plugin:

plugins:
  - material-va-lighthouse

Update the theme section. Set material as your theme (if you're not already) and point the logo to the Lighthouse logo from this plugin:

theme:
  name: material
  logo: 'assets/images/va_lighthouse_logo.png'

Then add an extra_css section to your mkdocs.yml that points to the CSS file from this plugin:

theme:
  name: material
  logo: 'assets/images/va_lighthouse_logo.png'
extra_css:
  - 'assets/stylesheets/va_lighthouse.css'

Run mkdocs build and mkdocs serve to see the changes.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc