Skip to content

Commit

Permalink
copy over DataHub Cloud docs from datahubio/datahub-cloud-template-da…
Browse files Browse the repository at this point in the history
…taset/docs

Related to: datopian/datahub#1286
  • Loading branch information
olayway committed Aug 19, 2024
1 parent 4ac009d commit 3858d5a
Show file tree
Hide file tree
Showing 36 changed files with 2,082 additions and 0 deletions.
21 changes: 21 additions & 0 deletions datahub-cloud/Add sidebar navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Add sidebar navigation"
---

<div className="hero">
<p className="hero-description">A well-structured sidebar can significantly enhance the usability and navigability of your documentation or data site. With Datahub Cloud, you can easily implement sidebar navigation to help users quickly find and access the content they need. This section will guide you through the steps to add and customize a sidebar for your site.</p>
</div>

## Add sidebar navigation

You can enable the sidebar by adding config.json file in the root of your site's repository (or its subfolder if you're publishing only this subfolder with DH Cloud) with the following content:

```
{
"showSidebar": true
}
```

Here's how it should look like:"

![[./assets/Screenshot3.png]]
Loading

0 comments on commit 3858d5a

Please sign in to comment.