1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

docs: skeleton and links

This commit is contained in:
Thomas Heartman 2022-08-09 13:47:56 +02:00
parent f846b8da18
commit 35ef06c7d3
2 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,21 @@
---
title: Joining an existing Unleash instance
---
Welcome as a new user in an Unleash system!
(See [this slide](https://docs.google.com/presentation/d/1oc7o-1vylGVsm7az0BqJw1LXjuf4NYtw6jS15iNXL-0/edit#slide=id.g1450e3dffa3_0_0))
## Conceptual overview
### Features, strategies, and other important parts
## Logging in
## Admin UI overview
## Because it's an existing instance, what is already set up
## "Why can't I see X"
## Project roles

View File

@ -299,7 +299,11 @@ module.exports = {
'Discussions, explanations, and explorations regarding topics related to Unleash.',
slug: '/topics',
},
items: ['topics/a-b-testing', 'topics/proxy-hosting'],
items: [
'topics/a-b-testing',
'topics/proxy-hosting',
'topics/joining-an-existing-instance',
],
},
],
};