Skip to content

Commit 1842311

Browse files
authored
Merge pull request #5053 from tstromberg/dfix
Fix rough edges in documentation presentation
2 parents e8824b7 + 49cc55c commit 1842311

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

site/config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@ privacy_policy = ""
7171
version_menu = "Releases"
7272

7373
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
74-
github_repo = "http://github.com/minikube/kubernetes"
74+
github_repo = "http://github.com/kubernetes/minikube"
7575
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
7676
github_project_repo = ""
7777

7878
# Specify a value here if your content directory is not in your repo's root directory
79-
github_subdir = "/site/content"
79+
github_subdir = "site"
8080

8181
# Google Custom Search Engine ID. Remove or comment out to disable search.
8282
gcs_engine_id = "005331096405080631692:s7c4yfpw9sy"
8383

8484
# User interface configuration
8585
[params.ui]
8686
# Enable to show the side bar menu in its compact state.
87-
sidebar_menu_compact = false
87+
sidebar_menu_compact = true
8888
# Set to true to disable breadcrumb navigation.
8989
breadcrumb_disable = false
9090
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
@@ -99,8 +99,8 @@ navbar_logo = true
9999
[params.ui.feedback]
100100
enable = true
101101
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
102-
yes = 'Glad to hear it! Please <a href="https://github.com/kubernetes/minikube/issues/new">tell us how we can improve</a>.'
103-
no = 'Sorry to hear that. Please <a href="https://github.com/kubernetes/minikube/issues/new">tell us how we can improve</a>.'
102+
yes = 'Glad to hear it! Please <a href="https://github.com/kubernetes/minikube/issues/new/choose">tell us how we can improve</a>.'
103+
no = 'Sorry to hear that. Please <a href="https://github.com/kubernetes/minikube/issues/new/choose">tell us how we can improve</a>.'
104104

105105
[params.links]
106106
# End user relevant links. These will show up on left side of footer and in the community page if you have one.

site/content/en/docs/Overview/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ If you would like to develop Kubernetes applications:
4040
Then minikube is for you.
4141

4242
* **What is it good for?** Developing local Kubernetes applications
43-
* **What is it not good for?** Production deployments of Kubernetes applications
43+
* **What is it not good for?** Production Kubernetes deployments
4444
* **What is it *not yet* good for?** Environments which do not allow VM's
4545

4646
## Where should I go next?
4747

48-
* [Getting Started](/getting-started/): Get started with minikube
48+
* [Getting Started](/start/): Get started with minikube
4949
* [Examples](/examples/): Check out some minikube examples!
50-
*

site/content/en/docs/Reference/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Reference"
33
linkTitle: "Reference"
4-
weight: 3
4+
weight: 5
55
description: >
66
Low level reference docs
77
---

site/content/en/docs/Tasks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Core Tasks"
33
linkTitle: "Core Tasks"
4-
weight: 6
4+
weight: 4
55
date: 2017-01-05
66
description: >
77
What can you do with minikube?

site/content/en/docs/Tutorials/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Tutorials"
33
linkTitle: "Tutorials"
4-
weight: 8
4+
weight: 4
55
date: 2017-01-04
66
description: >
77
Contributed end-to-end tutorials using minikube

0 commit comments

Comments
 (0)