| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run website locally run first bundle installand then bundle exec jekyll serve
The website uses UIkit as the css library. inside _sass folder you will find:
The navigation bars (main menu, footer) make use of the /_data/navbar.yml file, here you can write down the title and url where you want to page to be reached at. It will automatically be added to the website. Please make sure the url here is the same as the permalink inside the page front matter.
For example:
navbar.yml -
url: /docs/getting-started
docs/getting-started.md -
title: java-operator-sdk
description: Build Kubernetes Operators in Java without hassle
layout: docs
permalink: /docs/getting-started
---
In order to create a navigation dropdown follow the following example:
url: /docs/getting-started
dropdown:
- title: Getting started
url: /docs/docs
- title: Examples
url: /docs/examples/
The sidebar for the docs pages makes use of /_data/sidebar.yml in the same manner as explained previously for the navigation bars.
There are three page layouts:
All documentation files should be added to the documentation/ folder and for the navigation to have /docs/page-name in the url.
The website uses the jekyll-github-metadata plugin in order to display new releases automatically, this can be use for other purposes if need arises
| Back | FazBrowse Home | New Git URL |