Skip to content

Commit 4aaa2f4

Browse files
jeremyzilarerezrokah
authored andcommitted
feat: reorganizing the headings in the navigation
feat: reorganizing the headings in the navigation, via https://github.com/netlify/netlify-cms/issues/3764
1 parent 3e0d088 commit 4aaa2f4

18 files changed

+33
-29
lines changed

website/content/docs/add-to-your-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add to Your Site
33
weight: 20
4-
group: start
4+
group: intro
55
---
66

77
You can adapt Netlify CMS to a wide variety of projects. It works with any content written in markdown, JSON, YAML, or TOML files, stored in a repo on [GitHub](https://github.com/), [GitLab](https://about.gitlab.com/), or [Bitbucket](https://bitbucket.org). You can also create your own custom backend.

website/content/docs/backends-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview
33
weight: 1
4-
group: backends
4+
group: accounts
55
---
66

77
A backend is JavaScript code that allows Netlify CMS to communicate with a service that stores content - typically a Git host like GitHub or GitLab. It provides functions that Netlify CMS can use to do things like read and update files using API's provided by the service.

website/content/docs/beta-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Beta Features!
33
weight: 200
4-
group: reference
4+
group: config
55
---
66

77
We run new functionality in an open beta format from time to time. That means that this functionality is totally available for use, and we _think_ it might be ready for primetime, but it could break or change without notice.

website/content/docs/bitbucket-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Bitbucket
3-
group: backends
43
weight: 20
4+
group: accounts
55
---
66
For repositories stored on Bitbucket, the `bitbucket` backend allows CMS users to log in directly with their Bitbucket account. Note that all users must have write access to your content repository for this to work.
77

website/content/docs/collection-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Collection Types
3-
group: start
3+
group: intro
44
weight: 27
55
---
66
All editable content types are defined in the `collections` field of your `config.yml` file, and display in the left sidebar of the Content page of the editor UI.

website/content/docs/configuration-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configuration Options
3-
group: reference
3+
group: config
44
weight: 23
55
---
66

website/content/docs/deploy-preview-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy Preview Links
3-
group: features
3+
group: workflow
44
weight: 10
55
---
66
When using the editorial workflow, content editors can create and save content without publishing it

website/content/docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Examples
3-
group: start
3+
group: intro
44
weight: 110
55
---
66

website/content/docs/external-oauth-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: External OAuth Clients
33
weight: 40
4-
group: backends
4+
group: accounts
55
---
66

77
If you would like to facilitate your own OAuth authentication rather than use Netlify's service or implicit grant, you can use one of the community-maintained projects below. Feel free to hit the "Edit this page" button if you'd like to add yours!

website/content/docs/git-gateway-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Git Gateway
33
weight: 10
4-
group: backends
4+
group: accounts
55
---
66

77
[Git Gateway](https://github.com/netlify/git-gateway) is a Netlify open source project that allows you to add editors to your site CMS without giving them direct write access to your GitHub or GitLab repository. (For Bitbucket repositories, use the [Bitbucket backend](#bitbucket-backend) instead.)

website/content/docs/github-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GitHub
33
weight: 20
4-
group: backends
4+
group: accounts
55
---
66

77
For repositories stored on GitHub, the `github` backend allows CMS users to log in directly with their GitHub account. Note that all users must have push access to your content repository for this to work.

website/content/docs/gitlab-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GitLab
3-
group: backends
43
weight: 20
4+
group: accounts
55
---
66
For repositories stored on GitLab, the `gitlab` backend allows CMS users to log in directly with their GitLab account. Note that all users must have push access to your content repository for this to work.
77

website/content/docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Introduction
2+
title: Overview
33
weight: 1
4-
group: start
4+
group: intro
55
---
66

77
Netlify CMS is an open source content management system for your Git workflow that enables you to provide editors with a friendly UI and intuitive workflows. You can use it with any static site generator to create faster, more flexible web projects. Content is stored in your Git repository alongside your code for easier versioning, multi-channel publishing, and the option to handle content updates directly in Git.

website/content/docs/open-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Open Authoring
3-
group: features
3+
group: workflow
44
---
55

66
**This is a [beta feature](/docs/beta-features#open-authoring).**

website/content/docs/start-with-a-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Start with a Template
3-
group: start
3+
group: intro
44
weight: 10
55
---
66
You can add Netlify CMS [to an existing site](/docs/add-to-your-site/), but the quickest way to get started is with a template. Found below, our featured templates deploy a bare-bones site and Netlify CMS to Netlify ([what's the difference, you ask?](../intro/#netlify-cms-vs-netlify)), giving you a fully working CMS-enabled site with just a few clicks.

website/content/docs/update-the-cms-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Update the CMS Version
33
weight: 60
4-
group: start
4+
group: intro
55
---
66

77
The update procedure for your CMS depends upon the method you used to install Netlify CMS.

website/content/docs/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Widgets
33
weight: 30
4-
group: reference
4+
group: fields
55
---
66

77
Widgets define the data type and interface for entry fields. Netlify CMS comes with several built-in widgets. Click the widget names in the sidebar to jump to specific widget details. We’re always adding new widgets, and you can also [create your own](../custom-widgets)!

website/site.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
menu:
22
docs:
3-
- name: start
4-
title: Quick Start
5-
- name: backends
6-
title: Backends
7-
- name: features
8-
title: Features
9-
- name: reference
10-
title: Reference
3+
- name: intro
4+
title: Intro to Netlify CMS
5+
- name: accounts
6+
title: Account Settings
7+
- name: config
8+
title: Configuring your Site
119
- name: media
1210
title: Media
11+
- name: workflow
12+
title: Workflow
13+
- name: collections
14+
title: Collections
15+
- name: fields
16+
title: Fields
1317
- name: guides
14-
title: Guides
18+
title: Platform Guides
1519
- name: customization
16-
title: Customization
20+
title: Customizing Netlify CMS
1721
- name: contributing
18-
title: Contributing
22+
title: Community

0 commit comments

Comments
 (0)