Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/open-source/installation/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Quick Start
title: Get Started
sidebar_position: 1
redirect_from: /docs/open-source/installation/quick_start
---
Expand Down
3 changes: 1 addition & 2 deletions docs/open-source/installation/settings.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: Configurations
sidebar_position: 4
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Settings

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

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.
Expand Down
72 changes: 71 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3575,7 +3575,77 @@ const sidebars: SidebarsConfig = {
description: 'Learn about the latest open source offerings from Harness.',
},
collapsed: true,
items: [{ type: 'autogenerated', dirName: 'open-source' }],
items: [
{
type: "html",
value: "New to Harness Open Source?",
className: "horizontal-bar",
},
'open-source/installation/quick-start',
'open-source/installation/settings',
{
type: "html",
value: "Use Harness Open Source",
className: "horizontal-bar",
},
{
type: "category",
label: "Manage Repositories",
link: {
type: "generated-index",
slug: "/category/repositories-1",
},
collapsed: true,
items: [ { type: "autogenerated", dirName: "open-source/repositories" } ],
},
{
type: "category",
label: "Gitspaces",
link: {
type: "generated-index",
slug: "/category/gitspaces",
},
collapsed: true,
items: [ { type: "autogenerated", dirName: "open-source/gitspaces" } ],
},
{
type: "category",
label: "Pipelines",
link: {
type: "generated-index",
slug: "/category/pipelines-1",
},
collapsed: true,
items: [ { type: "autogenerated", dirName: "open-source/pipelines" } ],
},
{
type: "category",
label: "Registries",
link: {
type: "generated-index",
slug: "/category/registries",
},
collapsed: true,
items: [ { type: "autogenerated", dirName: "open-source/registries" } ],
},
{
type: "category",
label: "Administration",
link: {
type: "generated-index",
slug: "/category/administration-1",
},
collapsed: true,
items: [ { type: "autogenerated", dirName: "open-source/administration" } ],
},
{
type: "html",
value: "Troubleshooting & Resources",
className: "horizontal-bar",
},
"open-source/support",
"open-source/faq",
],
},
// Release Notes
{
Expand Down