Skip to content

Commit

Permalink
Merge pull request #13 from Atypical-Consulting/9-create-documentatio…
Browse files Browse the repository at this point in the history
…n-on-github-page

Update doc/ path to docs/
  • Loading branch information
phmatray authored Dec 2, 2022
2 parents 3488ab1 + 576a75c commit fb7c7e1
Show file tree
Hide file tree
Showing 135 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Atypical.VirtualFileSystem.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BA11C821-EFD
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{10E2E10B-AB65-4800-93ED-CDB737917154}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{48AA64C3-8E79-43C9-9D28-96FA881E5125}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{48AA64C3-8E79-43C9-9D28-96FA881E5125}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ string tree = vfs.ToString();

## 📄 Documentation

**Virtual File System** provides a complete documentation of the library available in the [`./doc/api`](./doc/api) folder.
**Virtual File System** provides a complete documentation of the library available in the [`./docs/api`](./doc/api) folder.

The documentation is generated using [Doraku's DefaultDocumentation](https://github.com/Doraku/DefaultDocumentation) tool.

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Atypical Consulting SRL</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DefaultDocumentationFolder>../../doc/api</DefaultDocumentationFolder>
<DefaultDocumentationFolder>../../docs/api</DefaultDocumentationFolder>
<DefaultDocumentationAssemblyPageName>Atypical.VirtualFileSystem.Core</DefaultDocumentationAssemblyPageName>
</PropertyGroup>

Expand Down

0 comments on commit fb7c7e1

Please sign in to comment.