Преглед изворни кода

feat: ways-to-contribute file renamed to index.md

Vaclav Elias пре 2 година
родитељ
комит
1869639e21
5 измењених фајлова са 8 додато и 6 уклоњено
  1. 1 1
      en/ReleaseNotes/ReleaseNotes.md
  2. 0 0
      en/contributors/index.md
  3. 4 2
      en/contributors/toc.yml
  4. 1 1
      en/index.md
  5. 2 2
      en/toc.yml

+ 1 - 1
en/ReleaseNotes/ReleaseNotes.md

@@ -184,7 +184,7 @@ Although there have been [many fixes](**https://github.com/stride3d/stride/pulls
 ## Also good to know
 ## Also good to know
 Although not directly tied to Release 4.2, we have made some other big changes. For instance to our website and documentation. We also had another community meeting to address all those new members.
 Although not directly tied to Release 4.2, we have made some other big changes. For instance to our website and documentation. We also had another community meeting to address all those new members.
 - [Website and documentation revamped and build process updated](https://www.stride3d.net/blog/announcing-website-update/)
 - [Website and documentation revamped and build process updated](https://www.stride3d.net/blog/announcing-website-update/)
-- [Contributor section moved to docs](https://doc.stride3d.net/latest/en/contributors/ways-to-contribute.html)
+- [Contributor section moved to docs](https://doc.stride3d.net/latest/en/contributors/index.html)
 - [Community meeting October 2023](https://www.stride3d.net/blog/community-meeting-october-2023/)
 - [Community meeting October 2023](https://www.stride3d.net/blog/community-meeting-october-2023/)
 
 
 ## Acknowledgements
 ## Acknowledgements

+ 0 - 0
en/contributors/ways-to-contribute.md → en/contributors/index.md


+ 4 - 2
en/contributors/toc.yml

@@ -2,7 +2,7 @@ pdf: true
 pdfFileName: contributing-in-stride.pdf
 pdfFileName: contributing-in-stride.pdf
 items:
 items:
 - name: 🌟 Ways to Contribute
 - name: 🌟 Ways to Contribute
-  href: ways-to-contribute.md
+  href: index.md
   expanded: true
   expanded: true
 - name: 💸 Donate
 - name: 💸 Donate
   href: donate.md
   href: donate.md
@@ -72,5 +72,7 @@ items:
       href: website/eleventy.md
       href: website/eleventy.md
     - name: Deployment
     - name: Deployment
       href: website/deployment-azure.md
       href: website/deployment-azure.md
+    - name: Major Release Workflow
+      href: website/major-release-workflow.md
     - name: Troubleshooting and FAQ
     - name: Troubleshooting and FAQ
-      href: website/troubleshooting-and-faq.md
+      href: website/troubleshooting-and-faq.md

+ 1 - 1
en/index.md

@@ -36,7 +36,7 @@ Welcome to the Stride documentation, specifically designed for game developers,
                 <h2 class="card-title h5">🌟 Contributors</h2>
                 <h2 class="card-title h5">🌟 Contributors</h2>
                 <p class="card-text">Learn how you can contribute to Stride's development.</p>
                 <p class="card-text">Learn how you can contribute to Stride's development.</p>
             </div>
             </div>
-            <p class="px-3 mb-4"><a class="stretched-link" href="contributors/ways-to-contribute.md">Start contributing to Stride</a></p>
+            <p class="px-3 mb-4"><a class="stretched-link" href="contributors/index.md">Start contributing to Stride</a></p>
         </div>
         </div>
     </div>
     </div>
     <div class="col-md-6">
     <div class="col-md-6">

+ 2 - 2
en/toc.yml

@@ -14,9 +14,9 @@
   #   href: tutorials/csharpintermediate/index.md
   #   href: tutorials/csharpintermediate/index.md
 - name: 📝 Release Notes
 - name: 📝 Release Notes
   href: ReleaseNotes/ReleaseNotes.md
   href: ReleaseNotes/ReleaseNotes.md
-- name: 🌟 Contributing  
+- name: 🌟 Contributing
   href: contributors/
   href: contributors/
-  homepage: contributors/ways-to-contribute.md
+  homepage: contributors/index.md
 - name: 🔧 API
 - name: 🔧 API
   href: api/
   href: api/
   homepage: api/index.md
   homepage: api/index.md