Skip to content

Commit

Permalink
update sidebar and page names
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Feb 8, 2024
1 parent ad10deb commit af0ab6b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/build-for-developers/build-compliant-apps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Developing Connected Applications
sidebar_label: Building Compliant APIs
title: Developing connected applications
sidebar_label: Building compliant APIs
---

This section is for you if you are hoping to build or extend an existing
Expand Down
2 changes: 1 addition & 1 deletion docs/build-for-developers/build-with-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sidebar_label: Build with the API
slug: /build-with-api
---

OpenFn offers the ability to configure projects via HTTP requests sent to the REST API. See the [OpenFn/Lightning Github repo](https://openfn.github.io/Lightning/provisioning.html) for detailed developer documentation.
OpenFn offers the ability to configure projects via HTTP requests sent to the REST API. See the [OpenFn/Lightning Github repo](https://openfn.github.io/lightning/provisioning.html) for detailed developer documentation.
2 changes: 1 addition & 1 deletion docs/build-for-developers/cli-challenges.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: CLI Challenges
sidebar_label: CLI Challenges
sidebar_label: CLI challenges
slug: /cli-challenges
---

Expand Down
2 changes: 1 addition & 1 deletion docs/build-for-developers/cli-usage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Basic usage of OpenFn CLI
sidebar_label: Basic Usage
sidebar_label: Basic usage
slug: /cli-usage
---

Expand Down
4 changes: 2 additions & 2 deletions docs/build-for-developers/cli-walkthrough.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: CLI Walkthrough
sidebar_label: CLI Walkthrough
title: CLI walkthrough
sidebar_label: CLI walkthrough
slug: /cli-walkthrough
---

Expand Down
4 changes: 2 additions & 2 deletions docs/build-for-developers/security-for-devs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: security-for-devs
title: Security Considerations for Development
sidebar_label: Security Considerations
title: Security considerations for OpenFn development
sidebar_label: Security considerations
slug: /security-for-devs
---

Expand Down
8 changes: 4 additions & 4 deletions sidebars-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
docs: [
{
type: 'category',
label: 'Get Started',
label: 'Get started',
items: [
'get-started/home',
// 'intro/terminology',
Expand Down Expand Up @@ -33,7 +33,7 @@ module.exports = {
// },
{
type: 'category',
label: 'Build & Manage Workflows',
label: 'Build & manage Workflows',
items: [
'build/tutorial',
'build/limits',
Expand Down Expand Up @@ -98,12 +98,12 @@ module.exports = {
},
{
type: 'category',
label: 'Get Help',
label: 'Get help',
items: ['get-help/support'],
},
{
type: 'category',
label: 'Contribute - Docs & Roadmap',
label: 'Contribute',
items: [
'contribute/openfn-roadmap',
// 'contribute/roadmap',
Expand Down

0 comments on commit af0ab6b

Please sign in to comment.