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:
parent
f846b8da18
commit
35ef06c7d3
21
website/docs/topics/joining-an-existing-instance.mdx
Normal file
21
website/docs/topics/joining-an-existing-instance.mdx
Normal 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
|
@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user