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

[docs] Polish contribute page, css list nits, client-config & docker fixes #901

Merged
merged 12 commits into from
Jun 5, 2022

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    7a384f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b1287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e79bfab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b25fa27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    800552f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32a4660 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48e8172 View commit details
    Browse the repository at this point in the history
  8. MANIFEST.in: Add Javascript .map files

    Those files allow for de-obfuscating minified
    webpack-assembled bundles and tracing function calls back to
    the source files when used in browser debuggers.
    ix5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    d75be40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12e46fe View commit details
    Browse the repository at this point in the history
  10. Makefile: apidoc: Also render private APIs

    Marking /admin and /demo endpoints as private is
    semantically correct, but since these docs are aimed at
    developers anyway, document them in any case.
    ix5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    cfc4a61 View commit details
    Browse the repository at this point in the history
  11. contrib: Add sample cfg

    To be used as a base for e.g. Docker instructions.
    ix5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    a81423d View commit details
    Browse the repository at this point in the history
  12. docs, README: Update Docker instructions

    Mention the official image and be a bit more clear about
    config requirements.
    ix5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    1499a3e View commit details
    Browse the repository at this point in the history