Skip to content

Commit 7f2c39b

Browse files
committed
Removes versioning from content dir
1 parent 362e73e commit 7f2c39b

File tree

850 files changed

+36
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

850 files changed

+36
-17
lines changed

README.md

Lines changed: 7 additions & 1 deletion

config.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ weight = 1
7373
unsafe = true
7474

7575
# Everything below this are Site Params
76-
7776
[params]
7877
copyright = 'Copyright © 2020 The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage</a> page. Linux is a registered trademark of Linus Torvalds.'
7978
privacy_policy = "http://www.linuxfoundation.org/privacy"
@@ -136,7 +135,7 @@ footer_about_disable = false
136135
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
137136
# add "hide_feedback: true" to the page's front matter.
138137
[params.ui.feedback]
139-
enable = true
138+
enable = false
140139
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
141140
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
142141
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
@@ -200,12 +199,12 @@ enable = false
200199
[[menu.main]]
201200
name = "Docs"
202201
weight = 2
203-
url = "/docs/v1.19/"
202+
url = "/docs/"
204203

205204
# Add your release versions here
206205
[[params.versions]]
207206
version = "v1.19"
208-
url = "/docs/v1.19/"
207+
url = "/docs/"
209208

210209
[[params.versions]]
211210
version = "v1.20"

content/en/docs/_index.md

Lines changed: 2 additions & 1 deletion

0 commit comments

Comments
 (0)