Add basic page for Authenticator
This commit is contained in:
parent
79f157e96f
commit
00ee42cf61
6 changed files with 24 additions and 2 deletions
|
@ -7,8 +7,8 @@ export default defineConfig({
|
|||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Examples', link: '/markdown-examples' }
|
||||
{ text: 'Photos', link: '/photos/index' },
|
||||
{ text: 'Authenticator', link: '/authenticator/index' }
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
|
|
0
docs/authenticator/faq/faq.md
Normal file
0
docs/authenticator/faq/faq.md
Normal file
0
docs/authenticator/getting-started/quick-start.md
Normal file
0
docs/authenticator/getting-started/quick-start.md
Normal file
21
docs/authenticator/index.md
Normal file
21
docs/authenticator/index.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Welcome to the Ente Authenticator User Guide!
|
||||
|
||||
Ente Authenticator is a free, cross-platform, end-to-end encrypted Authenticator app for everyone.
|
||||
We're glad you're here!
|
||||
|
||||
**Please note that Ente Authenticator Docs are in beta and thus are not yet complete.** We haven't documented all of Ente Authenticator's amazing features yet. But, we will be adding more documentation here over time.
|
||||
|
||||
If you're new to Authenticator, our [Quick Start](./getting-started/quick-start.md) and [FAQ](./faq/faq.md) are great places to begin.
|
||||
|
||||
|
||||
|
||||
Feedback about this Authenticator documentation can be shared on our [Discord Server](https://ente.io/discord) in the **\#documentation** channel. We would love to hear your thoughts on anything we can fix or improve.
|
||||
|
||||
## Contributing
|
||||
|
||||
This documentation is open source at our [Ente Docs](https://github.com/ente-io/docs) repo.
|
||||
|
||||
We gladly welcome any fixes & improvements! Please see our [contribution guide](https://github.com/ente-io/docs#contributing)
|
||||
before making a Pull Request.
|
||||
|
||||
Once your contributions are accepted, make sure to add yourself to the list of [Contributors](./misc/contributors.md). Thank you!
|
0
docs/authenticator/misc/contributors.md
Normal file
0
docs/authenticator/misc/contributors.md
Normal file
1
docs/photos/index.md
Normal file
1
docs/photos/index.md
Normal file
|
@ -0,0 +1 @@
|
|||
### Ente Photos
|
Loading…
Add table
Reference in a new issue