From 6278edde925f03833bbff12874b58b6adf51b149 Mon Sep 17 00:00:00 2001 From: "Juraj K." <140317448+mostypc123@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:27:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84style:=20add=20the=20theming=20to?= =?UTF-8?q?=20all=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Extensions.md | 6 +++++- docs/Github-Notifications.md | 6 +++++- docs/How--to-use-XediX.md | 3 +++ docs/Project-Initialization.md | 6 +++++- docs/README.md | 3 +++ docs/Theming.md | 6 +++++- 6 files changed, 26 insertions(+), 4 deletions(-) diff --git a/docs/Extensions.md b/docs/Extensions.md index a22375e..f5c1908 100644 --- a/docs/Extensions.md +++ b/docs/Extensions.md @@ -10,4 +10,8 @@ Open the `extension_menubar.py` file. In the `main()`function, write the code to Open the `extension_mainclass.py` file. In the `main()`function, write the code to add something to the main class. **You might not need to import the libraries separately in that file.** ### How to add code straight to the `main` function? -Open the `extension_mainfn.py` file. In the `main()`function, write the code to add something to the main function. **You might not need to import the libraries separately in that file.** \ No newline at end of file +Open the `extension_mainfn.py` file. In the `main()`function, write the code to add something to the main function. **You might not need to import the libraries separately in that file.** + +--- +layout: default +--- \ No newline at end of file diff --git a/docs/Github-Notifications.md b/docs/Github-Notifications.md index facf8c8..745aea6 100644 --- a/docs/Github-Notifications.md +++ b/docs/Github-Notifications.md @@ -81,4 +81,8 @@ source ~/.bashrc Users are responsible for: - Managing their API usage - Securing their authentication tokens -- Complying with GitHub's policies \ No newline at end of file +- Complying with GitHub's policies + +--- +layout: default +--- \ No newline at end of file diff --git a/docs/How--to-use-XediX.md b/docs/How--to-use-XediX.md index 9104abc..32705a3 100644 --- a/docs/How--to-use-XediX.md +++ b/docs/How--to-use-XediX.md @@ -56,3 +56,6 @@ You can: In the tools, you can run the Markdown/JSON preview/visualization, and the Map of Marks. +--- +layout: default +--- \ No newline at end of file diff --git a/docs/Project-Initialization.md b/docs/Project-Initialization.md index b1573c1..bcaf328 100644 --- a/docs/Project-Initialization.md +++ b/docs/Project-Initialization.md @@ -3,4 +3,8 @@ This is a very important thing if you want to make bigger projects in XediX. Bec ## How Go to Menu > Project > Init Project to start a new project in your directory. I also recommend running the other options (Git & Python Init). ## Why -XediX would not work if you do not init at least XediX. \ No newline at end of file +XediX would not work if you do not init at least XediX. + +--- +layout: default +--- \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 5feea6c..bea0261 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,3 +11,6 @@ Here, you can find tutorials for XediX. For feedback, contact us at Discussions. +--- +layout: default +--- \ No newline at end of file diff --git a/docs/Theming.md b/docs/Theming.md index eb4655b..90261bd 100644 --- a/docs/Theming.md +++ b/docs/Theming.md @@ -126,4 +126,8 @@ XediX provides several built-in themes that can be configured using simple strin Example `theme.xcfg`: ``` dark -``` \ No newline at end of file +``` + +--- +layout: default +--- \ No newline at end of file