Skip to content

Commit

Permalink
ci: add sections, refactor, renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed May 23, 2024
1 parent 1ce791e commit 43df9d3
Show file tree
Hide file tree
Showing 22 changed files with 94 additions and 28 deletions.
5 changes: 3 additions & 2 deletions advanced/dao/executioner.md → advanced/dao/actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Executioner
sidebar_label: Executioner
title: Actions
sidebar_label: Actions
sidebar_position: 1
---

## Dao Action Execution
Expand Down
1 change: 1 addition & 0 deletions advanced/dao/creation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Creation
sidebar_label: Creation
sidebar_position: 0
---

## DAO Creation
Expand Down
9 changes: 9 additions & 0 deletions advanced/ens.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: ENS
sidebar_label: ENS
sidebar_position: 5
---

## ENS

This section will contain docs.
4 changes: 2 additions & 2 deletions advanced/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Advanced
title: For Developers
sidebar_label: Introduction
sidebar_position: 0
---

## Advanced
## What to find in this section?

This section will contain docs.
9 changes: 9 additions & 0 deletions advanced/permission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Permission Condition
sidebar_label: Permission Condition
sidebar_position: 4
---

## Permission Condition

This section will contain docs.
8 changes: 0 additions & 8 deletions advanced/permission/index.md

This file was deleted.

7 changes: 4 additions & 3 deletions advanced/plugin/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Plugin
sidebar_label: Plugin
title: Introduction
sidebar_label: Introduction
sidebar_position: 0
---

## Plugin
## Introduction

This section will contain docs.
9 changes: 9 additions & 0 deletions advanced/plugin/management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Plugin Management
sidebar_label: Management
sidebar_position: 1
---

## Plugin Management

This section will contain docs.
9 changes: 9 additions & 0 deletions advanced/plugin/upgradeable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Upgradeable Plugins
sidebar_label: Upgradeable
sidebar_position: 2
---

## Upgradeable Plugins

This section will contain docs.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
collapsible: true
collapsed: false
label: Plugins install/uninstall
label: PluginSetupProcessor
link: null
position: 3
5 changes: 3 additions & 2 deletions advanced/plugin-install/index.md → advanced/psp/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: PSP
sidebar_label: PSP
title: Introduction
sidebar_label: Introduction
sidebar_position: 0
---

## Plugin Setup Processor
Expand Down
9 changes: 9 additions & 0 deletions advanced/psp/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Install a plugin
sidebar_label: Install a plugin
sidebar_position: 1
---

## How to install a plugin

This section will contain docs.
9 changes: 9 additions & 0 deletions advanced/psp/uninstall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Uninstall a Plugin
sidebar_label: Uninstall a Plugin
sidebar_position: 2
---

## How to uninstall a plugin

This section will contain docs.
9 changes: 9 additions & 0 deletions advanced/psp/versioning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Versioning
sidebar_label: Versioning
sidebar_position: 3
---

## How Aragon OSx's versions work

This section will contain docs.
2 changes: 1 addition & 1 deletion advanced/technical-reference/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ collapsible: true
collapsed: true
label: Technical Reference
link: null
position: 4
position: 6
4 changes: 2 additions & 2 deletions docs/concepts/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
collapsible: true
collapsed: false
label: Concepts
label: Core Concepts
link: null
position: 2
position: 1
2 changes: 1 addition & 1 deletion docs/concepts/permission-manager.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Permission Manager
sidebar_label: Permission Manager
sidebar_position: 3
sidebar_position: 2
---

## Permission Manager
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/plugin.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Plugin
sidebar_label: Plugin
sidebar_position: 2
sidebar_position: 3
---

## Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
collapsible: true
collapsed: false
label: Permission
label: What is Aragon OSx?
link: null
position: 2
position: 0
4 changes: 2 additions & 2 deletions docs/overview.md → docs/overview/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: What is Aragon OSx?
sidebar_label: What is Aragon OSx?
sidebar_position: 1
sidebar_label: Introduction
sidebar_position: 0
---

## Welcome to Aragon OSx's Documentation
Expand Down
7 changes: 7 additions & 0 deletions docs/overview/use-cases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Use Cases
sidebar_label: Use Cases
sidebar_position: 0
---

## Why using Aragon OSx
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const config = {
type: 'docSidebar',
position: 'left',
sidebarId: 'osxSidebar',
label: 'Concepts',
label: 'Overview',
},
{
type: 'docSidebar',
Expand Down

0 comments on commit 43df9d3

Please sign in to comment.