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

feat(website): add godoc-style documentation to gno packages #526

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    21a510e View commit details
    Browse the repository at this point in the history
  2. Fixes linting issues

    Fixed the issue causing the golangci linter to fail by applying recommended changes to the code. Additionally, removed the feature for rendering package comments in the documentation template until a better solution is found.
    yassinouider committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    39fb7f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83fdc3e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    553565f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3467f9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7ad1fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    341e130 View commit details
    Browse the repository at this point in the history
  5. Refactor QueryFiles method to use custom MemFileBodies type for retur…

    …ning file map and update renderPackage method to reflect the change
    yassinouider committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    aadbd28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd57775 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    fbc3c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77211c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. support URL fragments

    yassinouider committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    1229188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7839aed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b80b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    ee80439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca656f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76f5364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0f3dee View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    44b88de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10cffd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120082c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Use testify

    yassinouider committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c372d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afdaa82 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

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

Commits on Mar 7, 2023

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

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    21a27c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a828ef View commit details
    Browse the repository at this point in the history