Skip to content

Commit fa47c49

Browse files
authored
Add horizontal sidebars to Harness Open Source. (#11521)
1 parent fe19bae commit fa47c49

File tree

3 files changed

+73
-4
lines changed

3 files changed

+73
-4
lines changed

docs/open-source/installation/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quick Start
2+
title: Get Started
33
sidebar_position: 1
44
redirect_from: /docs/open-source/installation/quick_start
55
---

docs/open-source/installation/settings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2+
title: Configurations
23
sidebar_position: 4
34
---
45

56
import Tabs from '@theme/Tabs';
67
import TabItem from '@theme/TabItem';
78

8-
# Settings
9-
109
Harness Open Source instance can be configured by setting Docker [environment variables](https://docs.docker.com/compose/environment-variables/set-environment-variables/) provided below.
1110

1211
For example, this command will start Harness Open Source instance and enable the __Admin__ user account with a preconfigured email and password, with user registration disabled. All user accounts would be created manually by the __Admin__ user.

sidebars.ts

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,77 @@ const sidebars: SidebarsConfig = {
35753575
description: 'Learn about the latest open source offerings from Harness.',
35763576
},
35773577
collapsed: true,
3578-
items: [{ type: 'autogenerated', dirName: 'open-source' }],
3578+
items: [
3579+
{
3580+
type: "html",
3581+
value: "New to Harness Open Source?",
3582+
className: "horizontal-bar",
3583+
},
3584+
'open-source/installation/quick-start',
3585+
'open-source/installation/settings',
3586+
{
3587+
type: "html",
3588+
value: "Use Harness Open Source",
3589+
className: "horizontal-bar",
3590+
},
3591+
{
3592+
type: "category",
3593+
label: "Manage Repositories",
3594+
link: {
3595+
type: "generated-index",
3596+
slug: "/category/repositories-1",
3597+
},
3598+
collapsed: true,
3599+
items: [ { type: "autogenerated", dirName: "open-source/repositories" } ],
3600+
},
3601+
{
3602+
type: "category",
3603+
label: "Gitspaces",
3604+
link: {
3605+
type: "generated-index",
3606+
slug: "/category/gitspaces",
3607+
},
3608+
collapsed: true,
3609+
items: [ { type: "autogenerated", dirName: "open-source/gitspaces" } ],
3610+
},
3611+
{
3612+
type: "category",
3613+
label: "Pipelines",
3614+
link: {
3615+
type: "generated-index",
3616+
slug: "/category/pipelines-1",
3617+
},
3618+
collapsed: true,
3619+
items: [ { type: "autogenerated", dirName: "open-source/pipelines" } ],
3620+
},
3621+
{
3622+
type: "category",
3623+
label: "Registries",
3624+
link: {
3625+
type: "generated-index",
3626+
slug: "/category/registries",
3627+
},
3628+
collapsed: true,
3629+
items: [ { type: "autogenerated", dirName: "open-source/registries" } ],
3630+
},
3631+
{
3632+
type: "category",
3633+
label: "Administration",
3634+
link: {
3635+
type: "generated-index",
3636+
slug: "/category/administration-1",
3637+
},
3638+
collapsed: true,
3639+
items: [ { type: "autogenerated", dirName: "open-source/administration" } ],
3640+
},
3641+
{
3642+
type: "html",
3643+
value: "Troubleshooting & Resources",
3644+
className: "horizontal-bar",
3645+
},
3646+
"open-source/support",
3647+
"open-source/faq",
3648+
],
35793649
},
35803650
// Release Notes
35813651
{

0 commit comments

Comments
 (0)