-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copy over DataHub Cloud docs from datahubio/datahub-cloud-template-da…
…taset/docs Related to: datopian/portaljs#1286
- Loading branch information
Showing
36 changed files
with
2,082 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]] |
Oops, something went wrong.