Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc/ path to docs/ #13

Merged
merged 1 commit into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -152,7 +152,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
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