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

Add internal documentation intelligence tools #1545

Merged
merged 92 commits into from
Feb 11, 2024

Commits on Feb 10, 2024

  1. Create README.md

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    4aa0f92 View commit details
    Browse the repository at this point in the history
  2. Create .gitignore

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6eca319 View commit details
    Browse the repository at this point in the history
  3. Add usage

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a454aef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988de82 View commit details
    Browse the repository at this point in the history
  5. Import libraries

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    79fee61 View commit details
    Browse the repository at this point in the history
  6. Remove namespace

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    63262f1 View commit details
    Browse the repository at this point in the history
  7. Define base command

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    528969d View commit details
    Browse the repository at this point in the history
  8. Annotate type

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5a8223f View commit details
    Browse the repository at this point in the history
  9. Formatting

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    efa0582 View commit details
    Browse the repository at this point in the history
  10. Sketch out base contract

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    78ddd75 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77a9cc3 View commit details
    Browse the repository at this point in the history
  12. Construct kernel

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    3434c16 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d2639e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3b9d6cd View commit details
    Browse the repository at this point in the history
  15. Break out assignment

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    4514477 View commit details
    Browse the repository at this point in the history
  16. Construct application

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ad2e045 View commit details
    Browse the repository at this point in the history
  17. Tap base path

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6db98ca View commit details
    Browse the repository at this point in the history
  18. Revert "Tap base path"

    This reverts commit 6db98ca.
    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    77bf655 View commit details
    Browse the repository at this point in the history
  19. Introduce path constant

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ce3f760 View commit details
    Browse the repository at this point in the history
  20. Remove kernel integration

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f7c9369 View commit details
    Browse the repository at this point in the history
  21. Discover pages manually

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f6828e2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fc98241 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7b93c74 View commit details
    Browse the repository at this point in the history
  24. Apply fixes from StyleCI

    StyleCIBot committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    edc0e1d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    18c952d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0c8b5ee View commit details
    Browse the repository at this point in the history
  27. Define output path

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5445730 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9e708d3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7761b8b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    713e65b View commit details
    Browse the repository at this point in the history
  31. Format output assembly

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    624729c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9cc0cd4 View commit details
    Browse the repository at this point in the history
  33. Print memory usage

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    58cf940 View commit details
    Browse the repository at this point in the history
  34. Use realpath

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    22c8475 View commit details
    Browse the repository at this point in the history
  35. Formatting

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ee264ff View commit details
    Browse the repository at this point in the history
  36. Print model data

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    baa93e5 View commit details
    Browse the repository at this point in the history
  37. Create pruned model

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6c98fa0 View commit details
    Browse the repository at this point in the history
  38. Normalize line endings

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    66f9a1b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    29031d6 View commit details
    Browse the repository at this point in the history
  40. Clean up loop

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    abea8aa View commit details
    Browse the repository at this point in the history
  41. Move down comment

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    56be7a2 View commit details
    Browse the repository at this point in the history
  42. Continue

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    84fa92a View commit details
    Browse the repository at this point in the history
  43. Trim lines

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7c608ef View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    17314db View commit details
    Browse the repository at this point in the history
  45. Normalize before save

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a060514 View commit details
    Browse the repository at this point in the history
  46. Remove multiple spaces

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2f5860b View commit details
    Browse the repository at this point in the history
  47. Revert "Break out operation from assignment"

    This reverts commit 17314db.
    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    eaab4e7 View commit details
    Browse the repository at this point in the history
  48. Remove heading tags

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f5e06fa View commit details
    Browse the repository at this point in the history
  49. Increase removal accuracy

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    831c457 View commit details
    Browse the repository at this point in the history
  50. Remove modifiers

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    d500ce8 View commit details
    Browse the repository at this point in the history
  51. Add logical grouping

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ce2534a View commit details
    Browse the repository at this point in the history
  52. Trim colored blockquotes

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b869c3a View commit details
    Browse the repository at this point in the history
  53. Trim normal blockquotes

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a0dc9bf View commit details
    Browse the repository at this point in the history
  54. Section abstract

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    30af5a4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    7889efe View commit details
    Browse the repository at this point in the history
  56. Trim Markdown comments

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e37fd42 View commit details
    Browse the repository at this point in the history
  57. Add more branches

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5a4da09 View commit details
    Browse the repository at this point in the history
  58. Remove HTML tags

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8ca0cb6 View commit details
    Browse the repository at this point in the history
  59. Remove anchors

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2d8037d View commit details
    Browse the repository at this point in the history
  60. Remove more formatting

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    414b343 View commit details
    Browse the repository at this point in the history
  61. Unwrap tables

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    bb8bcae View commit details
    Browse the repository at this point in the history
  62. Formatting

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    15116f3 View commit details
    Browse the repository at this point in the history
  63. Add uniqueness pass

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    94141a9 View commit details
    Browse the repository at this point in the history
  64. Add case

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    bbd4b7c View commit details
    Browse the repository at this point in the history
  65. Simplify lists

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    de67d71 View commit details
    Browse the repository at this point in the history
  66. Add experimental pass

    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5ac3b8a View commit details
    Browse the repository at this point in the history
  67. Revert "Add experimental pass"

    This reverts commit 5ac3b8a.
    caendesilva committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b9c7b0b View commit details
    Browse the repository at this point in the history
  68. Apply fixes from StyleCI

    StyleCIBot committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f43848a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    349e92a View commit details
    Browse the repository at this point in the history
  2. Add HTTP proxy

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b68f963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    add23bb View commit details
    Browse the repository at this point in the history
  4. Use Bootstrap starter

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    1c7dc92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e20ff5 View commit details
    Browse the repository at this point in the history
  6. Update header

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    9e89a8e View commit details
    Browse the repository at this point in the history
  7. Extract helper

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fb30d17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2e936a View commit details
    Browse the repository at this point in the history
  9. Extract helper

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    5cdecba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63fc435 View commit details
    Browse the repository at this point in the history
  11. Cleanup code

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8b06403 View commit details
    Browse the repository at this point in the history
  12. Formatting

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    be9d69b View commit details
    Browse the repository at this point in the history
  13. Cleanup table

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a37adaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3605b30 View commit details
    Browse the repository at this point in the history
  15. Cleanup table internals

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f94720e View commit details
    Browse the repository at this point in the history
  16. Refactor extra data table

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    689b959 View commit details
    Browse the repository at this point in the history
  17. Formatting

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8080e2f View commit details
    Browse the repository at this point in the history
  18. Remove unused script

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    21164eb View commit details
    Browse the repository at this point in the history
  19. Add reading time

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f70a570 View commit details
    Browse the repository at this point in the history
  20. Add model sections

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d9309b9 View commit details
    Browse the repository at this point in the history
  21. Refactor template

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    cacd6d8 View commit details
    Browse the repository at this point in the history
  22. Escape sections

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    685de54 View commit details
    Browse the repository at this point in the history
  23. Improve dashboard

    caendesilva committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e0a8649 View commit details
    Browse the repository at this point in the history
  24. Apply fixes from StyleCI

    StyleCIBot committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    259a0b5 View commit details
    Browse the repository at this point in the history