Skip to content

Commit

Permalink
docs: remove emoji, add placeholder links to landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 25, 2022
1 parent 6d43b93 commit 3dec1ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
22 changes: 18 additions & 4 deletions website/docs/user_guide/index.md
@@ -1,6 +1,6 @@
---
id: index
title: 📚 About the docs
title: About the docs
slug: /
sidebar_position: 1
---
Expand All @@ -27,14 +27,28 @@ New to Unleash? Not sure where to get started? The tutorials guide you through t

Our how-to guides show you how to perform a number of common tasks that you'll want to do. Think of them as recipes. They are more advanced than the tutorials and assume you have some working knowledge of Unleash.

### Topic guides

Topic guides discuss high-level concepts related to Unleash and provide extra background information and explanations around these concepts.
The guides are organized into the following topics:
- API [/how-to/api]
- Feature toggles, strategies, context [/how-to/general]
- Users and permissions [/how-to/permissions]
- SSO [/how-to/single-sign-on]

### Reference documentation

The reference docs contain technical reference for Unleash and the API. Go here to find out how Unleash works and what configuration options are available. They're like an Unleash encyclopedia and assume you have a grip on key Unleash concepts.

The reference docs are organized into the following topics:
- Unleash concepts [/reference/concepts]
- APIs [/reference/api]
- Unleash SDKs [/reference/sdk]
- Deploy and manage unleash [/reference/deployment]
- Addons [/reference/addons]
- Integrations [/reference/integrations]

### Topic guides

Topic guides discuss high-level concepts related to Unleash and provide extra background information and explanations around these concepts.

## Other resources and communities

💻 The core of Unleash is all open source and [hosted on GitHub](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash "Unleash on GitHub").
Expand Down
8 changes: 4 additions & 4 deletions website/sidebars.js
Expand Up @@ -13,14 +13,14 @@ module.exports = {
documentation: [
'user_guide/index',
{
'👶 First steps': [
'First steps': [
'user_guide/unleash_overview',
'user_guide/important-concepts',
'user_guide/quickstart',
],
},
{
label: '🛠 How-to guides',
label: 'How-to guides',
type: 'category',
collapsible: true,
link: {
Expand Down Expand Up @@ -52,7 +52,7 @@ module.exports = {
],
},
{
label: '📖 Reference documentation',
label: 'Reference documentation',
type: 'category',
collapsible: true,
items: [
Expand Down Expand Up @@ -186,7 +186,7 @@ module.exports = {
],
},
{
'🧠 Topic guides': ['topics/a-b-testing'],
'Topic guides': ['topics/a-b-testing'],
},
],
};

0 comments on commit 3dec1ee

Please sign in to comment.