question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The great documentation update

See original GitHub issue

We 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 and Crud 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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
schmitchcommented, Nov 9, 2018

btw.

Working with documents

    Indexing
        Single Document
        Bulk
        Ingest Node
    Retrieving
    Updating
    Deleting

is completly missing

0reactions
stevejgordoncommented, Mar 23, 2021

Closing due to age/inactivity. Please let us know if this issue is still a relevant priority for your usage?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found