Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: revert docs link removal #6864

Merged
merged 6 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/run/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Binaries

Binaries can be downloaded from [this page](https://github.com/ChainSafe/lodestar/releases/) under the `Assets` section.
Binaries can be downloaded from [the release page](https://github.com/ChainSafe/lodestar/releases/latest) under the `Assets` section.

## Docker Installation

Expand Down
10 changes: 5 additions & 5 deletions docs/sidebars.ts
jeluard marked this conversation as resolved.
Show resolved Hide resolved
jeluard marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ import type {SidebarsConfig} from "@docusaurus/plugin-content-docs";
const sidebars: SidebarsConfig = {
tutorialSidebar: [
"index",
"introduction",
"security",
{
type: "category",
label: "Run A Node",
collapsed: false,
items: [
"run/getting-started/quick-start",
"run/getting-started/installation",
Expand Down Expand Up @@ -49,7 +52,6 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Developer Tools",
collapsed: false,
items: [
{
type: "category",
Expand All @@ -58,7 +60,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
label: "Lodestar Light Prover",
label: "Lodestar Prover",
jeluard marked this conversation as resolved.
Show resolved Hide resolved
items: ["libraries/lightclient-prover/prover"],
},
],
Expand All @@ -68,19 +70,18 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Contributing",
collapsed: false,
items: [
{
type: "category",
label: "Advanced Topics",
collapsed: false,
items: ["contribution/advanced-topics/setting-up-a-testnet"],
},
"contribution/depgraph",
{
type: "category",
label: "Development Tools",
items: [
"contribution/dev-cli",
"contribution/tools/debugging",
"contribution/tools/flamegraphs",
"contribution/tools/heap-dumps",
Expand All @@ -90,7 +91,6 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Testing",
collapsed: false,
items: [
"contribution/testing/index",
"contribution/testing/end-to-end-tests",
Expand Down
Loading