Skip to content

Commit

Permalink
standardize folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 28, 2023
1 parent 284c5aa commit c313d27
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/developers/working-with-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Working with branches
---

In the [Editing jobs locally](/documentation/developers/editing-locally) section
we walked through the process of creating and adding your changes to the `main`
branch of a project.
In the [Editing Workflows Locally](editing-locally)
section we walked through the process of creating and adding your changes to the
`main` branch of a project.

However, most code change workflows involve sharing and reviewing changes before
deployment. You can do this by creating, testing and sharing your changes on a
Expand Down
File renamed without changes.
6 changes: 4 additions & 2 deletions docs/intro.md → docs/intro/home.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: About
id: intro
id: home
sidebar_label: What is OpenFn?
slug: /
---

:::warning Under construction

This docs page is under construction. Check back later for the complete docs, or check out the Docs Version "Platform (v1)".
This docs page is under construction. Check back later for the complete docs, or
check out the Docs Version "Platform (v1)".

:::

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
{
type: 'doc',
position: 'left',
docId: 'intro',
docId: 'intro/home',
label: 'Docs',
},
{
Expand Down
18 changes: 9 additions & 9 deletions sidebars-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
type: 'category',
label: 'Intro',
items: [
'intro',
'intro/home',
// 'intro/terminology',
// 'intro/standards',
// 'intro/security-compliance',
Expand Down Expand Up @@ -50,17 +50,17 @@ module.exports = {
{
type: 'category',
label: 'Monitor Activity History',
items: ['monitor-activity/activity-history'],
items: ['history/activity-history'],
},
{
type: 'category',
label: 'Manage Projects',
items: ['manage-projects/platform-mgmt'],
items: ['projects/platform-mgmt'],
},
{
type: 'category',
label: 'User Management',
items: ['user-management/user-profile'],
items: ['users/user-profile'],
},
{
type: 'category',
Expand All @@ -71,11 +71,11 @@ module.exports = {
type: 'category',
label: 'Docs & Roadmap',
items: [
'docs-roadmap/openfn-roadmap',
// 'docs-roadmap/roadmap',
// 'docs-roadmap/writing-code',
// 'docs-roadmap/writing-docs',
// 'docs-roadmap/style-guide',
'contributing/openfn-roadmap',
// 'contributing/roadmap',
// 'contributing/writing-code',
// 'contributing/writing-docs',
// 'contributing/style-guide',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About
id: intro
id: home
sidebar_label: What is OpenFn?
slug: /
---
Expand Down
2 changes: 1 addition & 1 deletion versioned_sidebars/version-legacy-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "category",
"label": "Introduction",
"items": [
"intro",
"intro/home",
"getting-started/integration-toolkit",
"about-lightning",
"getting-started/so-you-want-to-integrate"
Expand Down

0 comments on commit c313d27

Please sign in to comment.