Update .NET link to subdirectory

This commit is contained in:
Daniel J. Summers 2025-04-19 16:14:56 -04:00
parent 0608dd7391
commit b8244c5edf
4 changed files with 5 additions and 4 deletions

View File

@ -2,4 +2,4 @@
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.

View File

@ -7,7 +7,8 @@
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
"_site/**",
"README.md"
]
}
],

View File

@ -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
[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"
[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"

View File

@ -1,7 +1,7 @@
- name: Concepts
href: concepts/
- name: .NET
href: https://bitbadger.solutions/open-source/relational-documents/dotnet/
href: dotnet/
- name: PHP
href: https://bitbadger.solutions/open-source/relational-documents/php/
- name: JVM