Skip to content

silverpond/highlighter-docs

Repository files navigation

Highlighter Public Documentation

This repo contains public documentation for Silverpond's Highlighter product.

See /content folder for details.

This documentation site uses Zola to generate a static website. Follow their installation page to install Zola and get started. For ease of use, there's a justfile for common Zola actions.

Or you can use flakes (eg., nix develop or direnv (.envrc) to install Zola and setup the environment.

Documentation Style

This documentation site follows the Diátaxis method of documentation:

  • Concepts (for explanation and learning)
  • Getting Started and Tutorials sections (to be developed)
  • How-To Guide section (to be developed)
  • Reference (to be developed)

Deployment

Netlify Status

The static website is deployed via Netlify, following Zola's instructions:

Working with the Repo

Clone the repo including submodules.

Enter a dev shell via nix develop

Serve the site locally in development mode via zola serve

Update content in /content and create an MR.