diff --git a/README.md b/README.md index 36fa334..ba33532 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docfx.json b/docfx.json index 7743aec..8fb8f79 100644 --- a/docfx.json +++ b/docfx.json @@ -7,7 +7,8 @@ "**/*.{md,yml}" ], "exclude": [ - "_site/**" + "_site/**", + "README.md" ] } ], diff --git a/index.md b/index.md index 3161a0d..5d87ebb 100644 --- a/index.md +++ b/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]**
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" diff --git a/toc.yml b/toc.yml index 0269ba4..cadd2ef 100644 --- a/toc.yml +++ b/toc.yml @@ -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