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

[docs] Bring back documentation updates from the documentation repository. #20453

Merged
merged 35 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
eac7ee7
[docs] Update according to changes in the documentation repo.
rolfbjarne Apr 15, 2024
aab954e
[docs] Bookmarking fixes
rolfbjarne Apr 15, 2024
adee2d8
[docs] Fix typo in example code
rolfbjarne Apr 15, 2024
fedd100
[docs] Fix alternative text for images
rolfbjarne Apr 15, 2024
353fc19
[docs] Use xrefs instead of urls for links to API documentation.
rolfbjarne Apr 15, 2024
13aca79
[docs] Get improved protocols docs
rolfbjarne Apr 18, 2024
0270527
[docs] Fix C# syntax in sample code
rolfbjarne Apr 15, 2024
7cd2591
[docs] Fix fenced code block language
rolfbjarne Apr 15, 2024
1d9a85d
[docs] Misc spelling and grammar fixes.
rolfbjarne Apr 15, 2024
3a3bc06
[docs] Use 'MSBuildProjectDirectory' instead of 'ProjectDir'.
rolfbjarne Apr 15, 2024
84dfc25
[docs] Sprinkle a few code blocks.
rolfbjarne Apr 15, 2024
02cbd48
[docs] Misc cleanup
rolfbjarne Apr 15, 2024
2cc4e56
[docs] Improve docs a bit
rolfbjarne Apr 15, 2024
db131cd
[docs] Fix whitespace.
rolfbjarne Apr 15, 2024
f7141c3
[docs] Remove [RetainList] from docs.
rolfbjarne Apr 15, 2024
1313068
[docs] Add makefile target to copy website docs to this repo
rolfbjarne Apr 15, 2024
ee2e117
[docs] Remove inline html.
rolfbjarne Apr 12, 2024
20a02ae
[docs] Escape stars
rolfbjarne Apr 15, 2024
f2ab47c
[docs] Remove request to file a bug report from issue headers.
rolfbjarne Apr 15, 2024
2ae5100
[docs] Prefer fenced code blocks.
rolfbjarne Apr 15, 2024
6ed7860
[docs] Prefer spaces instead of tabs.
rolfbjarne Apr 15, 2024
e36d372
[docs] Make list style consistent.
rolfbjarne Apr 15, 2024
9b43f54
[docs] Remove redundant spaces
rolfbjarne Apr 12, 2024
481df54
[docs] Improve attribute rendering
rolfbjarne Apr 15, 2024
a60ebc5
[docs] Remove VS-specific instructions.
rolfbjarne Apr 15, 2024
751ef53
[docs] Remove dead links.
rolfbjarne Apr 12, 2024
b87be26
[docs] Capitalize GitHub correctly.
rolfbjarne Apr 15, 2024
38d9ceb
[docs] Use https links.
rolfbjarne Apr 15, 2024
5596793
[docs] Use relative links for content inside docs.microsoft.com
rolfbjarne Apr 15, 2024
a39a542
[docs] Fix spelling.
rolfbjarne Apr 12, 2024
da83077
[docs] Add proper link to file new issue
rolfbjarne Apr 15, 2024
2c7bc80
[docs] Improve links
rolfbjarne Apr 15, 2024
af303b7
[docs] Fix punctuation.
rolfbjarne Apr 15, 2024
3ed0dcf
[docs] Fix markdown header levels
rolfbjarne Apr 15, 2024
6e10fca
[docs] Improve links
rolfbjarne Apr 15, 2024
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
7 changes: 7 additions & 0 deletions docs/website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ diff:
-diff -u $(WEBSITE_DOCS)/docs/cross-platform/macios/binding/objective-c-libraries.md binding_objc_libs.md
-diff -u $(WEBSITE_DOCS)/docs/cross-platform/macios/binding/binding-types-reference.md binding_types_reference_guide.md
-diff -u $(WEBSITE_DOCS)/docs/cross-platform/macios/optimizations.md optimizations.md

update:
cp $(WEBSITE_DOCS)/docs/ios/troubleshooting/mtouch-errors.md mtouch-errors.md
cp $(WEBSITE_DOCS)/docs/mac/troubleshooting/mmp-errors.md mmp-errors.md
cp $(WEBSITE_DOCS)/docs/cross-platform/macios/binding/objective-c-libraries.md binding_objc_libs.md
cp $(WEBSITE_DOCS)/docs/cross-platform/macios/binding/binding-types-reference.md binding_types_reference_guide.md
cp $(WEBSITE_DOCS)/docs/cross-platform/macios/optimizations.md optimizations.md
Loading