Skip to content

Commit 596cdb7

Browse files
committed
Updated the README and the footer to make it clearer that you can also use .rst files, not just .md files.
1 parent 370689f commit 596cdb7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
5254
You 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

0 commit comments

Comments
 (0)