1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: remove emoji, add placeholder links to landing page.

This commit is contained in:
Thomas Heartman 2022-01-21 07:39:10 +01:00
parent 6d43b93be2
commit 3dec1ee7b2
2 changed files with 22 additions and 8 deletions

View File

@ -1,6 +1,6 @@
---
id: index
title: 📚 About the docs
title: About the docs
slug: /
sidebar_position: 1
---
@ -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").

View File

@ -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: {
@ -52,7 +52,7 @@ module.exports = {
],
},
{
label: '📖 Reference documentation',
label: 'Reference documentation',
type: 'category',
collapsible: true,
items: [
@ -186,7 +186,7 @@ module.exports = {
],
},
{
'🧠 Topic guides': ['topics/a-b-testing'],
'Topic guides': ['topics/a-b-testing'],
},
],
};