diff --git a/docs/README.md b/docs/README.md index 6ad1dd576bc165630fb378234102f324f9b66d8a..4fd13bdfc157efe8b3491695bb83972f96a82c5d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,9 @@ +--- +title: Theodolite +nav_order: 1 +permalink: / +--- + # Theodolite > A theodolite is a precision optical instrument for measuring angles between designated visible points in the horizontal and vertical planes. -- <cite>[Wikipedia](https://en.wikipedia.org/wiki/Theodolite)</cite> diff --git a/docs/_config.yml b/docs/_config.yml index 2c646915b61f32cfacdd070c28f9095a3bb192c2..b0f0a13c22083b21a7c90ceaed44b846ffe55550 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,6 @@ title: "Theodolite" remote_theme: pmarsceill/just-the-docs #color_scheme: "dark" -#search_enabled: false \ No newline at end of file +aux_links: + "Theodolite on GitHub": + - "//github.com/cau-se/theodolite" \ No newline at end of file