minikube/site
Sharif Elgamal 1b6eee675b
Automated GCP Credentials Addon Prototype (#8682)
* metadata addon works

* Add code for metadata server image and makefile rules

* remove log message

* update to work with v1.13.11

* update readme

* fix metadata addon stuff for newer codebase

* buncha changes

* just so many changes

* ch-ch-ch-ch-changes

* addon works

* update readme

* boilerplate

* revert unrelated change

* move server code to another repo

* switch addon name to gcp-auth

* metadata -> gcp-auth

* missed one

* automate finding of credentials

* remove unnecessary comment

* address comments

* Update README.md

* Update README.md

* use mustload everywhere

* swap selector condition

* upgrade kube-webhook-certgen to 1.3

* move paths to constants

* add notice to user on addon enable

* adding addon documentation

* move addons documentation inside handbook

* remove old addons docs location

Co-authored-by: Priya Wadhwa <priyawadhwa@google.com>
2020-07-21 14:25:58 -07:00
..
assets Fix navbar logo font to match headings 2020-04-15 10:59:06 -07:00
content/en Automated GCP Credentials Addon Prototype (#8682) 2020-07-21 14:25:58 -07:00
layouts Use _latest RPM/DEB filenames in docs 2020-05-12 09:02:12 -07:00
static Update screenshot for v1.10.0 2020-05-12 08:57:06 -07:00
themes update docsy theme 2020-04-08 14:39:47 -07:00
.gitignore Fix unit tests and go tempalte block 2020-01-08 17:08:11 -08:00
README.md Correct link error:404 2019-11-19 09:48:37 +08:00
config.toml Add link to the Kanban view to community page 2020-06-08 11:43:29 -07:00
package-lock.json site npm audit fix 2020-04-08 14:15:15 -07:00
package.json Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00

README.md

Docsy is a Hugo theme for technical documentation sites, providing easy site navigation, structure, and more. This Docsy Example Project uses the Docsy theme, as well as providing a skeleton documentation structure for you to use. You can either copy this project and edit it with your own content, or use the theme in your projects like any other Hugo theme.

This Docsy Example Project is hosted at https://goldydocs.netlify.com/.

You can find detailed theme instructions in the Docsy user guide: https://docsydocs.netlify.com/docs/

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

Cloning the Docsy Example Project

The following will give you a project that is set up and ready to use (don't forget to use --recurse-submodules or you won't pull down some of the code you need to generate a working site). The hugo server command builds and serves the site. If you just want to build the site, run hugo instead.

git clone --recurse-submodules --depth 1 https://github.com/google/docsy-example.git
cd docsy-example
hugo server

The theme is included as a Git submodule:

▶ git submodule
 a053131a4ebf6a59e4e8834a42368e248d98c01d themes/docsy (heads/master)

If you want to do SCSS edits and want to publish these, you need to install PostCSS (not needed for hugo server):

npm install

Running the website locally

Once you've cloned the site repo, from the repo root folder, run:

hugo server