Update .NET link to subdirectory
This commit is contained in:
parent
0608dd7391
commit
b8244c5edf
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
This repository contains the source files for the landing page which covers all Bit Badger Solutions-produced document libraries.
|
This repository contains the source files for the landing page which covers all Bit Badger Solutions-produced document libraries.
|
||||||
|
|
||||||
Library-level documentation and API docs will be deployed in subdirectories of this site, although the hand-written documentation will be in each library's repository, and the API docs (JavaDoc, PHPDoc, etc.) will be extracted and generated by the appropriate build tools.
|
Library-level documentation and API docs are deployed in subdirectories of this site, although the hand-written documentation are in each library's repository, and the API docs (JavaDoc, PHPDoc, etc.) will be extracted and generated by the appropriate build tools.
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
"**/*.{md,yml}"
|
"**/*.{md,yml}"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"_site/**"
|
"_site/**",
|
||||||
|
"README.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
2
index.md
2
index.md
@ -39,7 +39,7 @@ When we use the term "documents" in the context of databases, we are referring t
|
|||||||
**[Document Design Considerations][design]**<br>How to design documents based on intended use
|
**[Document Design Considerations][design]**<br>How to design documents based on intended use
|
||||||
|
|
||||||
|
|
||||||
[docs-dox]: https://bitbadger.solutions/open-source/relational-documents/dotnet/ "BitBadger.Documents • Bit Badger Solutions"
|
[docs-dox]: ./dotnet/ "BitBadger.Documents • Bit Badger Solutions"
|
||||||
[docs-git]: https://git.bitbadger.solutions/bit-badger/BitBadger.Documents "BitBadger.Documents • Bit Badger Solutions Git"
|
[docs-git]: https://git.bitbadger.solutions/bit-badger/BitBadger.Documents "BitBadger.Documents • Bit Badger Solutions Git"
|
||||||
[pdoc-dox]: https://bitbadger.solutions/open-source/relational-documents/php/ "PDODocument • Bit Badger Solutions"
|
[pdoc-dox]: https://bitbadger.solutions/open-source/relational-documents/php/ "PDODocument • Bit Badger Solutions"
|
||||||
[pdoc-git]: https://git.bitbadger.solutions/bit-badger/pdo-document "PDODocument • Bit Badger Solutions Git"
|
[pdoc-git]: https://git.bitbadger.solutions/bit-badger/pdo-document "PDODocument • Bit Badger Solutions Git"
|
||||||
|
2
toc.yml
2
toc.yml
@ -1,7 +1,7 @@
|
|||||||
- name: Concepts
|
- name: Concepts
|
||||||
href: concepts/
|
href: concepts/
|
||||||
- name: .NET
|
- name: .NET
|
||||||
href: https://bitbadger.solutions/open-source/relational-documents/dotnet/
|
href: dotnet/
|
||||||
- name: PHP
|
- name: PHP
|
||||||
href: https://bitbadger.solutions/open-source/relational-documents/php/
|
href: https://bitbadger.solutions/open-source/relational-documents/php/
|
||||||
- name: JVM
|
- name: JVM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user