Skip to content

Commit

Permalink
feat: reorganizing the headings in the navigation
Browse files Browse the repository at this point in the history
feat: reorganizing the headings in the navigation, via https://github.com/netlify/netlify-cms/issues/3764
  • Loading branch information
jeremyzilar committed May 16, 2020
1 parent 6042383 commit 0b91c1a
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 30 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/add-to-your-site.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Add to Your Site
weight: 20
group: start
group: intro
---

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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/backends-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview
weight: 1
group: backends
group: accounts
---

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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/beta-features.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Beta Features!
weight: 200
group: reference
group: config
---

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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/bitbucket-backend.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Bitbucket
weight: 20
group: backends
group: accounts
---

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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/collection-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Collection Types
group: start
group: intro
weight: 27
---
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.
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/configuration-options.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuration Options
group: reference
group: config
weight: 23
---

Expand Down Expand Up @@ -396,4 +396,4 @@ When `author` field can't be inferred commit author will be used.
```yaml
# use dot notation for nested fields
sortableFields: ['commit_date', 'title', 'commit_author', 'language.en']
```
```
2 changes: 1 addition & 1 deletion website/content/docs/deploy-preview-links.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Deploy Preview Links
group: features
group: workflow
weight: 10
---

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Examples
group: start
group: intro
weight: 110
---

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/external-oauth-clients.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: External OAuth Clients
weight: 40
group: backends
group: accounts
---

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!
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/git-gateway-backend.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Git Gateway
weight: 10
group: backends
group: accounts
---

[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.)
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/github-backend.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GitHub
weight: 20
group: backends
group: accounts
---

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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/gitlab-backend.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GitLab
weight: 20
group: backends
group: accounts
---

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.
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Introduction
title: Overview
weight: 1
group: start
group: intro
---

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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/open-authoring.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Open Authoring
group: features
group: workflow
---

**This is a [beta feature](/docs/beta-features#open-authoring).**
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/start-with-a-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Start with a Template
group: start
group: intro
weight: 10
---
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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/update-the-cms-version.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Update the CMS Version
weight: 60
group: start
group: intro
---

The update procedure for your CMS depends upon the method you used to install Netlify CMS.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/widgets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Widgets
weight: 30
group: reference
group: fields
---

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)!
Expand Down
26 changes: 15 additions & 11 deletions website/site.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
menu:
docs:
- name: start
title: Quick Start
- name: backends
title: Backends
- name: features
title: Features
- name: reference
title: Reference
- name: intro
title: Intro to Netlify CMS
- name: accounts
title: Account Settings
- name: config
title: Configuring your Site
- name: media
title: Media
- name: workflow
title: Workflow
- name: collections
title: Collections
- name: fields
title: Fields
- name: guides
title: Guides
title: Platform Guides
- name: customization
title: Customization
title: Customizing Netlify CMS
- name: contributing
title: Contributing
title: Community

0 comments on commit 0b91c1a

Please sign in to comment.