mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-10 06:44:14 +00:00
Fixed an error with the next and prev navigation. (#167)
The configuration on the sidebar for the section "Nix Store & Binary Cache" on page "Add Binary Cache Servers" missed a '/' in the link to reference the root of the document. That error resulted only in the button "Next page" that referenced the "Preface" page.
This commit is contained in:
parent
8ca5f58923
commit
0d25f711bb
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ function themeConfigEnglish() {
|
||||||
{ text: "Introduction", link: "/nix-store/intro.md" },
|
{ text: "Introduction", link: "/nix-store/intro.md" },
|
||||||
{
|
{
|
||||||
text: "Add Binary Cache Servers",
|
text: "Add Binary Cache Servers",
|
||||||
link: "nix-store/add-binary-cache-servers.md",
|
link: "/nix-store/add-binary-cache-servers.md",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Host Your Own Binary Cache Server",
|
text: "Host Your Own Binary Cache Server",
|
||||||
|
|
Loading…
Reference in a new issue