Skip to content

Commit

Permalink
test for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hariszaf committed Aug 9, 2024
1 parent b03b0a6 commit 7d6a826
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,27 +137,27 @@ versions:



# Header menu for selecting versions
header:
- text: "Versions"
children:
- text: "v1.0.0"
url: "/docs/v1.0.0/"
- text: "latest"
url: "/docs/latest/"

# Default settings for docs
defaults:
- scope:
path: "docs/latest"
values:
layout: "default"
permalink: "docs/latest/:path/"
- scope:
path: "docs/v1.0.0"
values:
layout: "default"
permalink: "docs/v1.0.0/:path/"
# # Header menu for selecting versions
# header:
# - text: "Versions"
# children:
# - text: "v1.0.0"
# url: "/docs/v1.0.0/"
# - text: "latest"
# url: "/docs/latest/"

# # Default settings for docs
# defaults:
# - scope:
# path: "docs/latest"
# values:
# layout: "default"
# permalink: "docs/latest/:path/"
# - scope:
# path: "docs/v1.0.0"
# values:
# layout: "default"
# permalink: "docs/v1.0.0/:path/"


# Back to top link
Expand Down

0 comments on commit 7d6a826

Please sign in to comment.