Skip to content

Commit

Permalink
Merge pull request Azure#3709 from Azure/new_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jan 8, 2021
2 parents 44856ff + 7618bb1 commit 8c68bc4
Show file tree
Hide file tree
Showing 39 changed files with 1,581 additions and 734 deletions.
42 changes: 0 additions & 42 deletions building.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/client/auth.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/client/error.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/client/init.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/client/ops.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/client/proj-setup.md

This file was deleted.

21 changes: 13 additions & 8 deletions docs/client/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Client Apps
- [Project Setup](proj-setup.md)
- [Initialization](init.md)
- [Authentication](auth.md)
- [Client Operations](ops.md)
- [Error Handling](error.md)
- [Automatic Retries](retry.md)
- [Tracing](tracing.md)
# <img align="center" src="../images/logo.png"> Using the Generated Client

This is highly-language specific, so please refer to the documentation we have for our individual language generators:
- [Python][python]
- [Java][java]
- [C#][csharp]
- [Typescript][typescript]

<!--LINKS-->
[python]: https://github.com/Azure/autorest.python/tree/autorestv3/docs/client
[java]: https://github.com/Azure/autorest.java/tree/v4/docs/client
[csharp]: https://github.com/Azure/autorest.csharp/tree/v3/docs/client
[typescript]: https://github.com/Azure/autorest.typescript/tree/v6/docs/client
56 changes: 0 additions & 56 deletions docs/client/retry.md

This file was deleted.

80 changes: 0 additions & 80 deletions docs/client/tracing.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/developer/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# <img align="center" src="../images/logo.png"> Developing and Contributing to AutoRest

Current docs are [here][writing_an_extension], more incoming

<!-- LINKS -->
[writing_an_extension]: writing-an-extension.md
Loading

0 comments on commit 8c68bc4

Please sign in to comment.