docs: fix links
This commit is contained in:
@@ -80,7 +80,7 @@ git clone https://github.com/elyukai/optolith-data.git .
|
||||
|
||||
## Install and configure VSCode
|
||||
|
||||
Follow the [Setting Up an Editor guide](./Setting-Up-an-Editor).
|
||||
Follow the [Setting Up an Editor guide](./Setting-Up-an-Editor.md).
|
||||
|
||||
## Begin your Work
|
||||
|
||||
|
||||
+9
-9
@@ -6,18 +6,18 @@ This Wiki will cover a lot of questions you may have. Let's dive in!
|
||||
|
||||
## Tutorials
|
||||
|
||||
- [Git Workflow](./Git-Workflow) is a tutorial for Git and how we use Git. You don't need to have any experience with Git or coding in general, but if you have, you'll get through it way faster!
|
||||
- [Setting Up an Editor](./Setting-Up-an-Editor) ... there's nothing else to say what it covers.
|
||||
- [Insertion Workflow](./Insertion-Workflow) is a guide on how to start inserting new content, what you need to know and watch out for.
|
||||
- [Translation Workflow](./Translation-Workflow) is a guide on how to start translating existing content, what you need to know and watch out for.
|
||||
- [Testing](./Testing) tells you how you can test your work.
|
||||
- [Git Workflow](./Git-Workflow.md) is a tutorial for Git and how we use Git. You don't need to have any experience with Git or coding in general, but if you have, you'll get through it way faster!
|
||||
- [Setting Up an Editor](./Setting-Up-an-Editor.md) ... there's nothing else to say what it covers.
|
||||
- [Insertion Workflow](./Insertion-Workflow.md) is a guide on how to start inserting new content, what you need to know and watch out for.
|
||||
- [Translation Workflow](./Translation-Workflow.md) is a guide on how to start translating existing content, what you need to know and watch out for.
|
||||
- [Testing](./Testing.md) tells you how you can test your work.
|
||||
|
||||
## References
|
||||
|
||||
- [Conventions](./Conventions) is a list of "coding" conventions you should follow.
|
||||
- [Markdown](./Markdown) is a small guide for text formatting in Optolith, which uses Markdown syntax to style text. You'll get an overview as well as some do's and dont's.
|
||||
- [Index of Types](./Index-of-Types) is an overview of all available entities and subschemas, where you can check out specific ones and see what each property is used for.
|
||||
- [Conventions](./Conventions.md) is a list of "coding" conventions you should follow.
|
||||
- [Markdown](./Markdown.md) is a small guide for text formatting in Optolith, which uses Markdown syntax to style text. You'll get an overview as well as some do's and dont's.
|
||||
- [Index of Types](./Index-of-Types.md) is an overview of all available entities and subschemas, where you can check out specific ones and see what each property is used for.
|
||||
|
||||
## External use
|
||||
|
||||
- [Using the database in your own project](./Using-the-database-in-your-own-project) gives you some hints and recommendations on how to use the Optolith database in your own projects.
|
||||
- [Using the database in your own project](./Using-the-database-in-your-own-project.md) gives you some hints and recommendations on how to use the Optolith database in your own projects.
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
A list of all entities in the Optolith Database.
|
||||
|
||||
- [Attribute](reference/Attribute)
|
||||
- [Attribute](reference/Attribute.md)
|
||||
<!-- - [Close Combat Technique](reference/CloseCombatTechnique)
|
||||
- [Locale](reference/Locale)
|
||||
- [Publication](reference/Publication)
|
||||
- [Ranged Combat Technique](reference/RangedCombatTechnique) -->
|
||||
- [Experience Level](reference/ExperienceLevel)
|
||||
- [State](reference/State)
|
||||
- [Experience Level](reference/ExperienceLevel.md)
|
||||
- [State](reference/State.md)
|
||||
|
||||
## Shared Types
|
||||
|
||||
@@ -18,5 +18,5 @@ Shared types are types that are shared between multiple entities.
|
||||
|
||||
<!-- - [Locale Map](reference/LocaleMap)
|
||||
- [Improvement Cost](reference/ImprovementCost) -->
|
||||
- [Erratum](reference/_Erratum)
|
||||
- [Publication Reference](reference/_PublicationRef)
|
||||
- [Erratum](reference/_Erratum.md)
|
||||
- [Publication Reference](reference/_PublicationRef.md)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This guide covers how you can get started inserting new content into Optolith as well as some best practises we discovered over the past years. (Feel free to tell us yours!)
|
||||
|
||||
**Note:** If you want to *translate* existing content, please check out [Translation Workflow](./Translation-Workflow) instead.
|
||||
**Note:** If you want to *translate* existing content, please check out [Translation Workflow](./Translation-Workflow.md) instead.
|
||||
|
||||
## Basics
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This page aims at people who want to translate existing content into another, possible new, language.
|
||||
|
||||
**Note:** If you want to *add* new content, please check out [Insertion Workflow](./Insertion-Workflow) instead.
|
||||
**Note:** If you want to *add* new content, please check out [Insertion Workflow](./Insertion-Workflow.md) instead.
|
||||
|
||||
***Disclaimer:** It is not as complicated as it may sound, it also does not require any coding! Feel free to ask me any questions!*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user