File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Easy Versioning offers the following key features:
2222- ** Security** by ensuring a safe fallback to an existing page so users are always redirected properly
2323- ** Build documentation automatically** using Sphinx for every version and language
2424- ** Organize generated HTML files** into a clean, ready-to-deploy structure
25+ - ** Support for both ".md" and ".rst" files**
2526
2627---
2728
@@ -38,6 +39,7 @@ Make sure you have the following installed on your system:
3839📦 Easy_versioning_Sphinx/
3940├── 📂 data/
4041│ └── 📄 Footer.md
42+ │ └── 📄 Footer.rst
4143├── 📂 src/
4244│ ├── 📁 V. X.XX/
4345│ │ ├── 🌐 Language 1/
@@ -48,9 +50,9 @@ Make sure you have the following installed on your system:
4850│ ├── 📁 V. Z.ZZ/
4951<br >
5052
51- You can find a fully working example of a ` Footer.md ` file in the ` Example/data ` folder of this project.
53+ You can find a fully working example of a ` Footer.html ` file in the ` Example/data ` folder of this project.
5254You can start by copying the default file in your ` data/ ` folder and then customize it as you wish by modifying the CSS.
53- If you want to create your own ` Footer.md ` file, please follow the placeholder tags as shown in the example in the folder.
55+ If you want to create your own ` Footer.html ` file, please follow the placeholder tags as shown in the example in the folder.
5456
5557<br >
5658
You can’t perform that action at this time.
0 commit comments