From 01065d1ffba6a6e36bd6348fca5af2053be6c9d8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:27:02 +0100 Subject: [PATCH] Created _Sidebar (markdown) --- _Sidebar.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..778e548 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,23 @@ +* [Home (Overview)](Home) +* [Getting Started](Getting-Started) +* [Contributing](Contributing) +* [Installation and Setup](Installation-and-Setup) +* [FAQ (Frequently Asked Questions)](FAQ) +* [Coding Standards](Coding-Standards) + +## Documentation +* [Templates](Templates) +* [Best Practices](Best-Practices) + +## Scripts +* [Script 1](scripts/script1.md) +* [Script 2](scripts/script2.md) + +## Troubleshooting +* [Common Issues](Troubleshooting/Common-Issues) +* [Error Codes](Troubleshooting/Error-Codes) + +## 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)