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

Fix documentation rendering #965

Merged
merged 67 commits into from
Sep 24, 2024
Merged

Fix documentation rendering #965

merged 67 commits into from
Sep 24, 2024

Commits on May 10, 2024

  1. update README badges

    ElliotFriend committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9ee3090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8317c6c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    96b0796 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a5e188d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82335be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdfe297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7d721c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    8bc0f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887f35c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b5b3e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c7c9b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1eb36a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22db24a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d663a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1d6a11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aee50b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94bd492 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce3d74c View commit details
    Browse the repository at this point in the history
  12. some minor jsdoc fixups

    ElliotFriend committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d908609 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    9f4555b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260b9c2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. mark most of the "call builder" classes as private in JSDoc

    Since the comments clearly say "don't make this class yourself,"
    it might make sense to mark them as `@private` so they don't show
    up in the documentation.
    
    The doc pages for those classes can still be visited, but they
    don't show up in the sidebar to the left, unless you specifically
    navigate to one of them. (Or, if you click a link for what the
    return type on the `Horizon.Server.effects()` method, for example
    ElliotFriend committed May 17, 2024
    Configuration menu
    Copy the full SHA
    879b9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da0c0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19df6e View commit details
    Browse the repository at this point in the history
  4. mark the Ok and Err rust type classes as private in JSDoc

    I don't _think_ they're accessible by SDK users, so I think it
    makes sense to not render them in the docs?
    ElliotFriend committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8253b25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db23f84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdf6dbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8269c16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d04527a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae18fa4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51f8016 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ae5a6f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    334731a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d95209f View commit details
    Browse the repository at this point in the history
  14. mark contract export as private in JSDoc

    There was a weird `_default` global that came up from this. Not
    sure why, but this seems to have done the trick without anything
    weird going on after.
    ElliotFriend committed May 17, 2024
    Configuration menu
    Copy the full SHA
    937b7b1 View commit details
    Browse the repository at this point in the history
  15. mark postObject as private in JSDoc

    it doesn't look like it's accessible anywhere for an SDK user, so
    let's hide it from the generated docs
    ElliotFriend committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a0e21ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b684b80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0195708 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    422c3a2 View commit details
    Browse the repository at this point in the history
  19. fix error message type

    ElliotFriend committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b0b93bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    403d165 View commit details
    Browse the repository at this point in the history
  21. add JSDoc type definition to friendbot api

    because more type definitions are more better, right?
    ElliotFriend committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4efede5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    afd392b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    462e5f6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    5b12f6b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    6f74f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42c08e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2707c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    0ac4f7d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    afaf06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    643a330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c164c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    ceaf127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ba38e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. formatting and linting

    ElliotFriend committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    38ef48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5665b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd3cee8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5a125c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. tweak docs for config class and interface

    this commit also exports the `Configuration` interface
    ElliotFriend committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d4db2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa9f6c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a18da01 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f5652ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0980205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    139a1da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    841f7c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Revert "use prettier in src directory"

    This reverts commit 841f7c9.
    ElliotFriend committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    972f3bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719c90f View commit details
    Browse the repository at this point in the history