From c21fedb1c04e425c430b703d18359f4792ac288a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 16 Apr 2024 20:32:40 +0100 Subject: [PATCH] Add connect page --- README.md | 3 +-- pages/Connect/_index.md | 22 ++++++++++++++++++++++ pages/Contributing and Debugging/_index.md | 2 +- pages/_index.md | 3 +-- 4 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 pages/Connect/_index.md diff --git a/README.md b/README.md index 7ade9e9..8eb9317 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ You can find the site at [https://wiki.hyprland.org/](https://wiki.hyprland.org/ ## Contributing to the Wiki Feel free to open an issue or a PR if you feel anything is necessary. -Make sure to clearly state the reason for the changes. If you have questions regarding the wiki, -you should consider joining our [Discord Server](https://discord.gg/hQ9XvMUjjr) instead. +Make sure to clearly state the reason for the changes. ## License diff --git a/pages/Connect/_index.md b/pages/Connect/_index.md new file mode 100644 index 0000000..372952e --- /dev/null +++ b/pages/Connect/_index.md @@ -0,0 +1,22 @@ +--- +weight: 12 +title: Connect +--- + +These are the links to official hyprland-related spaces or profiles: + +## Profiles + +Twitter: [twitter.com/hyprwm](https://twitter.com/hyprwm) + + +## Spaces + +Discord: [discord.gg/hQ9XvMUjjr](https://discord.gg/hQ9XvMUjjr)
+Matrix: `#hyprland:matrix.vaxry.net` + + +## Other + +hyprland.org git instance: [code.hyprland.org](https://code.hyprland.org/)
+hyprland website: [hyprland.org](https://hyprland.org/)
diff --git a/pages/Contributing and Debugging/_index.md b/pages/Contributing and Debugging/_index.md index 303679f..84885d7 100644 --- a/pages/Contributing and Debugging/_index.md +++ b/pages/Contributing and Debugging/_index.md @@ -1,5 +1,5 @@ --- -weight: 12 +weight: 13 title: Contributing and Debugging --- diff --git a/pages/_index.md b/pages/_index.md index 828d423..e4b10fc 100644 --- a/pages/_index.md +++ b/pages/_index.md @@ -24,5 +24,4 @@ Wayland **compositors** should not be confused with Xorg **window managers**. If you are having issues, please try [reading the FAQ](../FAQ) and configuring sections — chances are your issue is described somewhere there. If not, you can -try [searching the issues](https://github.com/hyprwm/Hyprland/issues) or -[joining the Discord server](https://discord.gg/hQ9XvMUjjr). +try [searching the issues](https://github.com/hyprwm/Hyprland/issues).