kubernetes-operator/website/themes/docsy
Sylwia Brant 3e504e1ac0 Change footer website copyrights
Divided licenses for source and website content in the footer into Apache License Version 2 and Creative Commons Attribution-ShareAlike 4.0.
2020-12-01 13:34:04 +01:00
..
assets Add missing files for the website 2019-09-09 10:14:21 +02:00
i18n Change footer website copyrights 2020-12-01 13:34:04 +01:00
layouts #473 Fix website copyright 2020-11-25 12:57:00 +01:00
static Add website template 2019-09-04 16:01:25 +02:00
userguide Updated links and versions of plugins. 2020-10-01 15:39:40 +02:00
.gitignore Add website template 2019-09-04 16:01:25 +02:00
.gitmodules Add website template 2019-09-04 16:01:25 +02:00
.s3deploy.yml Add website template 2019-09-04 16:01:25 +02:00
CONTRIBUTING.md Add website template 2019-09-04 16:01:25 +02:00
LICENSE Add website template 2019-09-04 16:01:25 +02:00
README.md Add website template 2019-09-04 16:01:25 +02:00
config.toml Add website template 2019-09-04 16:01:25 +02:00
netlify.toml Updated links and versions of plugins. 2020-10-01 15:39:40 +02:00
postcss.config.js Add website template 2019-09-04 16:01:25 +02:00

README.md

Docsy

Docsy is a Hugo theme for technical documentation sets, providing simple navigation, site structure, and more.

You can find an example project that uses Docsy in the Docsy Example Project repo. The Docsy Example Project is hosted at https://testydocsy.netlify.com/, where you can find detailed theme instructions under Documentation -> Getting Started.

To use the Docsy theme, you can either:

  • Copy and edit the example sites repo, which will also give you a skeleton structure for your top-level and documentation sections, or
  • Specify the Docsy theme like any other Hugo theme when creating or updating your site. This gives you all the theme-y goodness but youll need to specify your own site structure.

This is not an officially supported Google product. This project is currently maintained.

Installation and prerequisites

You need a recent version of Hugo to build sites using this theme (preferably 0.45+). If you install from the release page, make sure to get the extended Hugo version which supports SCSS. Alternatively, on macOS you can install Hugo via Brew.

If you want to do stylesheet changes, you will also need PostCSS to create the final assets. You can also install it locally with:

npm install

To use a local version of the theme files, clone the repo using:

git clone --recurse-submodules --depth 1 https://github.com/google/docsy.git

Theme documentation

Detailed documentation for this theme is in the Docsy Example Project under Documentation -> Getting Started. The Docsy Example Project is on GitHub and is hosted at https://testydocsy.netlify.com/.