yeet
This commit is contained in:
81
wiki/index.md
Normal file
81
wiki/index.md
Normal file
@@ -0,0 +1,81 @@
|
||||
---
|
||||
title: "Welcome to ObsWiki"
|
||||
author: "ObsWiki"
|
||||
tags: "welcome, getting-started"
|
||||
---
|
||||
|
||||
# Welcome to ObsWiki
|
||||
|
||||
Welcome to your new Obsidian-style wiki! This is your home page where you can start building your knowledge base.
|
||||
|
||||
## Getting Started
|
||||
|
||||
ObsWiki supports all the markdown features you love from Obsidian:
|
||||
|
||||
- **Wiki links**: Create links to other pages using `[[Page Name]]`
|
||||
- **Tags**: Organize content with tags like #documentation #wiki
|
||||
- **Frontmatter**: Add metadata to your pages (like this page!)
|
||||
|
||||
## Features
|
||||
|
||||
### Wiki Links
|
||||
|
||||
You can create links to other pages easily:
|
||||
- [[Getting Started]] - Learn the basics
|
||||
- [[User Guide]] - Comprehensive guide
|
||||
- [[FAQ]] - Frequently asked questions
|
||||
|
||||
### Tags
|
||||
|
||||
Use tags to categorize your content: #important #reference #tutorial
|
||||
|
||||
### Code and Syntax
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
println!("Hello, ObsWiki!");
|
||||
}
|
||||
```
|
||||
|
||||
### Lists and Organization
|
||||
|
||||
- **Project Management**
|
||||
- Planning docs
|
||||
- Meeting notes
|
||||
- Status updates
|
||||
- **Technical Documentation**
|
||||
- API references
|
||||
- Deployment guides
|
||||
- Architecture decisions
|
||||
- **Personal Notes**
|
||||
- Daily logs
|
||||
- Ideas and thoughts
|
||||
- Reading lists
|
||||
|
||||
## Authentication
|
||||
|
||||
ObsWiki supports multiple authentication methods:
|
||||
- Local username/password accounts
|
||||
- GitHub OAuth integration
|
||||
- Google OAuth (configurable)
|
||||
- LDAP integration (configurable)
|
||||
|
||||
## Access Control
|
||||
|
||||
Different areas of your wiki can have different access levels:
|
||||
- Public pages (accessible to all users)
|
||||
- Private pages (restricted by role)
|
||||
- Admin sections (admin-only access)
|
||||
|
||||
## Next Steps
|
||||
|
||||
1. **Customize your wiki**: Edit this page and create new ones
|
||||
2. **Set up authentication**: Configure OAuth providers if needed
|
||||
3. **Organize content**: Create folder structures and use tags
|
||||
4. **Invite users**: Add team members with appropriate roles
|
||||
|
||||
Happy wiki building! 🚀
|
||||
|
||||
---
|
||||
|
||||
*This page is editable by administrators and editors. [[Edit This Page]]*
|
||||
Reference in New Issue
Block a user