chore: format

This commit is contained in:
silentoplayz
2025-10-05 23:29:50 -04:00
parent c4ada90210
commit 3e3da9e0a0
152 changed files with 2247 additions and 1677 deletions

View File

@@ -4,14 +4,16 @@ title: "🤝 Contributing Tutorials"
---
:::warning
This tutorial is a community contribution and is not supported by the Open WebUI team. It serves only as a demonstration on how to customize Open WebUI for your specific use case. Want to contribute? Check out the contributing tutorial.
:::
# Contributing Tutorials
## Contributing Tutorials
We appreciate your interest in contributing tutorials to the Open WebUI documentation. Follow the steps below to set up your environment and submit your tutorial.
## Steps
## Contributing Steps
1. **Fork the `openwebui/docs` GitHub Repository**
@@ -96,15 +98,21 @@ b. **Modify `docusaurus.config.ts` to Use Environment Variables**
Community-contributed tutorials must include the the following:
```
```txt
:::warning
This tutorial is a community contribution and is not supported by the Open WebUI team. It serves only as a demonstration on how to customize Open WebUI for your specific use case. Want to contribute? Check out the contributing tutorial.
:::
```
---
:::tip How to Test Docusaurus Locally
:::tip
How to Test Docusaurus Locally
You can test your Docusaurus site locally with the following commands:
```bash
@@ -113,6 +121,7 @@ npm run build # Build the site for production
```
This will help you catch any issues before deploying
:::
---