From 43358745490b50c35da91a6796d148f96a859e5c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:28:30 +0100 Subject: [PATCH] Updated _Sidebar (markdown) --- _Sidebar.md | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 778e548..4f1782b 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,23 +1,31 @@ -* [Home (Overview)](Home) -* [Getting Started](Getting-Started) -* [Contributing](Contributing) -* [Installation and Setup](Installation-and-Setup) -* [FAQ (Frequently Asked Questions)](FAQ) -* [Coding Standards](Coding-Standards) +# Table of Contents -## Documentation -* [Templates](Templates) -* [Best Practices](Best-Practices) +## Getting Started +- [Overview](docs/Home.md) +- [Getting Started Guide](docs/getting-started.md) +- [Installation and Setup](docs/installation.md) + +## Contributing +- [Contributing Guidelines](docs/contributing.md) +- [Pull Request Template](docs/pull-request-template.md) +- [How to Report Bugs](docs/report-bug.md) ## Scripts -* [Script 1](scripts/script1.md) -* [Script 2](scripts/script2.md) +- [Proxmox Scripts](docs/proxmox-scripts.md) +- [LXC Installation](docs/lxc-installation.md) +- [Service Configuration](docs/service-configuration.md) -## Troubleshooting -* [Common Issues](Troubleshooting/Common-Issues) -* [Error Codes](Troubleshooting/Error-Codes) +## Coding Standards +- [Coding Standards](docs/coding-standards.md) +- [Best Practices](docs/best-practices.md) -## Related Links -* [Community Discussions](https://github.com/community-scripts/ProxmoxVE/discussions) -* [Repository Home](https://github.com/community-scripts/ProxmoxVE) -* [Release Notes](https://github.com/community-scripts/ProxmoxVE/releases) +## Frequently Asked Questions +- [FAQ](docs/faq.md) +- [Troubleshooting](docs/troubleshooting.md) + +## License +- [License Information](docs/license.md) + +## Links +- [Official GitHub Repository](https://github.com/community-scripts/ProxmoxVE) +- [Community Discord Server](https://discord.gg/UHrpNWGwkH)