Skip to content

Commit 445fdb2

Browse files
committed
Refactor documentation structure and content
Updated `ParseLiveQuery.csproj` to include `README.md` and `docs\ReleaseNotes.md`, removing `docs\README.md`. Significantly revised `ReadMe.md` by removing introductory sections, prerequisites, and setup instructions to streamline the documentation.
1 parent 09247c7 commit 445fdb2

File tree

3 files changed

+2
-120
lines changed

3 files changed

+2
-120
lines changed

ParseLiveQuery/ParseLiveQuery.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
<None Include="..\LICENSE" Pack="True" PackagePath="\" />
2828

29-
<None Include="docs\README.md" Pack="true" PackagePath="\" />
29+
<None Include="README.md" Pack="true" PackagePath="\" />
30+
<None Include="docs\ReleaseNotes.md" Pack="true" PackagePath="\" />
3031
</ItemGroup>
3132

3233

File renamed without changes.

ParseLiveQuery/docs/ReadMe.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)