The great documentation update
See original GitHub issueWe made great strides in 2.x having our documentation generated from actual code using roslyn to visit certain tests.
This issue serves as an aggregate for remaining documentation issues so we can track it in one issue and make one big last swoop to get it into its final shape.
- Our docs are flattened on elastic.co site. We closely mimic elasticsearch’s documentation tree but our generator loses much of this information. We need to be sure the documentation maintains the same tree in the generated asciidoc output.
- We do not generate documentation for the API tests yet. The idea is to visit all
Usage
andCrud
tests and based on a consistent hash pick one of the 4 ways (sync/async and inititalizer/fluent) (was (#2239). - similarly all our analysis tests should end up in the documentation (#1991)
- For various reasons we would like to embedd tables (BenchMarkDotNet output for instance) our AsciiDoc parser does not handle this yet (https://github.com/russcam/asciidocnet/issues/2)
- Revisit the flow of our Core docs (#2069)
- Documentation: Clarify how a Connection Pool works and that its not responsible for the actual TCP connection pooling (#2260)
- Write a dedicated section on how to see what the client is doing (fiddler, logging, tracing, debuginformation, audits) (#864 #865)
- Add Compatibility Matrix from README to docs #2243
- Document Search Template #2729
- Provide better context in
.doc.cs
cases see #3183 - Document Suggesters (#2928)
- Improve Parent/Child documentation (#3542)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:11 (7 by maintainers)
Top Results From Across the Web
The Great Documentation Revamp
On June 2, SAP AppGyver documentation has received a major update. In this blog post, we'll explore the most important changes.
Read more >Great Documentation Defined
And like software, documentation benefits from being regularly updated and improved. Integrating the documentation process into a Scrum or ...
Read more >8 Great Examples of Developer Documentation
Now it's your turn to update the documentation and figure out how to ... This post shows eight examples of great developer documentation, ......
Read more >How to Write Good Documentation: Home
This guide will help you to prepare your code for publishing through writing a good documentation. Documentation.
Read more >6 Great Documentation Tips for Developers in 2023
Learn how to create great developer documentation - the most important technical documentation for your software products.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
btw.
is completly missing
Closing due to age/inactivity. Please let us know if this issue is still a relevant priority for your usage?