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(docs, blog): add support for tags.yml, predefined list of tags #10137

Merged
merged 145 commits into from
May 31, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    5e10d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c915f9 View commit details
    Browse the repository at this point in the history
  3. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5f0c14e View commit details
    Browse the repository at this point in the history
  4. wip

    OzakIOne committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fa572f8 View commit details
    Browse the repository at this point in the history
  5. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    85e0bf4 View commit details
    Browse the repository at this point in the history
  6. wip: fix duplicated routes

    OzakIOne committed May 14, 2024
    Configuration menu
    Copy the full SHA
    307df02 View commit details
    Browse the repository at this point in the history
  7. wip

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

Commits on May 15, 2024

  1. wip tests

    OzakIOne committed May 15, 2024
    Configuration menu
    Copy the full SHA
    523c15a View commit details
    Browse the repository at this point in the history
  2. wip tests

    OzakIOne committed May 15, 2024
    Configuration menu
    Copy the full SHA
    913b263 View commit details
    Browse the repository at this point in the history
  3. wip tests

    OzakIOne committed May 15, 2024
    Configuration menu
    Copy the full SHA
    335cbeb View commit details
    Browse the repository at this point in the history
  4. better naming

    OzakIOne committed May 15, 2024
    Configuration menu
    Copy the full SHA
    72cc7ad View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. wip

    OzakIOne committed May 16, 2024
    Configuration menu
    Copy the full SHA
    257564e View commit details
    Browse the repository at this point in the history
  2. wip

    OzakIOne committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8260fed View commit details
    Browse the repository at this point in the history
  3. wip

    OzakIOne committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cff68ee View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Revert "wip"

    This reverts commit cff68ee.
    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c9b2f27 View commit details
    Browse the repository at this point in the history
  2. Revert "wip"

    This reverts commit 8260fed.
    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5145b45 View commit details
    Browse the repository at this point in the history
  3. Revert "wip"

    This reverts commit 257564e.
    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    217d4b0 View commit details
    Browse the repository at this point in the history
  4. rename option name

    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4f3ca78 View commit details
    Browse the repository at this point in the history
  5. read tags once per plugin

    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f4cc3ce View commit details
    Browse the repository at this point in the history
  6. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    72fe1ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a41ef2 View commit details
    Browse the repository at this point in the history
  8. dogfood

    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0f9b397 View commit details
    Browse the repository at this point in the history
  9. check tags without joi

    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c1961d9 View commit details
    Browse the repository at this point in the history
  10. add permalink support

    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9a4c40b View commit details
    Browse the repository at this point in the history
  11. update test

    OzakIOne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4f24d5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a65beb8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    327dcd7 View commit details
    Browse the repository at this point in the history
  14. refactor: apply lint autofix

    slorber authored and github-actions[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4e30673 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. add null type

    OzakIOne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4ed4e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724b24e View commit details
    Browse the repository at this point in the history
  3. update tests

    OzakIOne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    82022c6 View commit details
    Browse the repository at this point in the history
  4. update wip tests

    OzakIOne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7a91499 View commit details
    Browse the repository at this point in the history
  5. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c6580da View commit details
    Browse the repository at this point in the history
  6. auto lint fix

    OzakIOne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e64d48d View commit details
    Browse the repository at this point in the history
  7. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2456a7f View commit details
    Browse the repository at this point in the history
  8. wip

    OzakIOne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fd9c966 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. wip fix

    OzakIOne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d0c3769 View commit details
    Browse the repository at this point in the history
  2. wip

    OzakIOne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4a63822 View commit details
    Browse the repository at this point in the history
  3. wip more tests

    OzakIOne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    89c14ac View commit details
    Browse the repository at this point in the history
  4. ugly blog integration

    OzakIOne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d485fe5 View commit details
    Browse the repository at this point in the history
  5. shared code wip

    OzakIOne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6f9c7b3 View commit details
    Browse the repository at this point in the history
  6. remove dep

    OzakIOne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dd1778d View commit details
    Browse the repository at this point in the history
  7. remove useless change

    OzakIOne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2944df6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. refactor code & update tests

    OzakIOne committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6b03f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d4584 View commit details
    Browse the repository at this point in the history
  3. fix ci ??

    OzakIOne committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5af3918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276d877 View commit details
    Browse the repository at this point in the history
  5. remove useless method

    slorber committed May 23, 2024
    Configuration menu
    Copy the full SHA
    13c3e82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2e990c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    9f7e89e View commit details
    Browse the repository at this point in the history
  2. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    be4b7d0 View commit details
    Browse the repository at this point in the history
  3. wip

    OzakIOne committed May 24, 2024
    Configuration menu
    Copy the full SHA
    834367c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. wip

    OzakIOne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    38d4934 View commit details
    Browse the repository at this point in the history
  2. wip

    OzakIOne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    af278d4 View commit details
    Browse the repository at this point in the history
  3. refactor unique permalinks

    OzakIOne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    789574b View commit details
    Browse the repository at this point in the history
  4. remove unwanted change

    OzakIOne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    89affc8 View commit details
    Browse the repository at this point in the history
  5. renaming

    OzakIOne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    13e8b32 View commit details
    Browse the repository at this point in the history
  6. update config

    OzakIOne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c473da6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44659c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    744bcbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcef89c View commit details
    Browse the repository at this point in the history
  10. fix types

    OzakIOne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    20ab63e View commit details
    Browse the repository at this point in the history
  11. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ecda5c0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix behavior

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    095a391 View commit details
    Browse the repository at this point in the history
  2. wip tests

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7e5eb8e View commit details
    Browse the repository at this point in the history
  3. wip tests

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    27fff19 View commit details
    Browse the repository at this point in the history
  4. add docs

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9769309 View commit details
    Browse the repository at this point in the history
  5. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d32635f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da82abb View commit details
    Browse the repository at this point in the history
  7. add tests

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    08f7127 View commit details
    Browse the repository at this point in the history
  8. Update website/docs/api/plugins/plugin-content-blog.mdx

    Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
    OzakIOne and slorber committed May 28, 2024
    Configuration menu
    Copy the full SHA
    98d04f9 View commit details
    Browse the repository at this point in the history
  9. Update website/docs/api/plugins/plugin-content-blog.mdx

    Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
    OzakIOne and slorber committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d5eba15 View commit details
    Browse the repository at this point in the history
  10. renaming

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a7c1259 View commit details
    Browse the repository at this point in the history
  11. rename file

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4b6369b View commit details
    Browse the repository at this point in the history
  12. rename things

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    888f2cf View commit details
    Browse the repository at this point in the history
  13. behavior change

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4c61ab6 View commit details
    Browse the repository at this point in the history
  14. fix name

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    23dafc0 View commit details
    Browse the repository at this point in the history
  15. remove as

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fb43efa View commit details
    Browse the repository at this point in the history
  16. remove Partial

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    60e20c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d725aa5 View commit details
    Browse the repository at this point in the history
  18. remove useless check for ts

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    70f56db View commit details
    Browse the repository at this point in the history
  19. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d53fb5c View commit details
    Browse the repository at this point in the history
  20. use lodash mapValues

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    04b2c09 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e24bc4f View commit details
    Browse the repository at this point in the history
  22. improve error log

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    70a776f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    94bff22 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f1514c6 View commit details
    Browse the repository at this point in the history
  25. use ternary

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f5facae View commit details
    Browse the repository at this point in the history
  26. remove comments

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    aeb3cf4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    450dcef View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a331746 View commit details
    Browse the repository at this point in the history
  29. Update website/docs/api/plugins/plugin-content-docs.mdx

    Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
    OzakIOne and slorber committed May 28, 2024
    Configuration menu
    Copy the full SHA
    54a6106 View commit details
    Browse the repository at this point in the history
  30. Update website/docs/api/plugins/plugin-content-docs.mdx

    Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
    OzakIOne and slorber committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2ed5d9c View commit details
    Browse the repository at this point in the history
  31. refactor logic

    OzakIOne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2a1821e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. add tags.yml in template

    OzakIOne committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2d4f725 View commit details
    Browse the repository at this point in the history
  2. refactor: apply lint autofix

    OzakIOne authored and github-actions[bot] committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b6e3449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cff6948 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1e7c34 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. refactor test

    OzakIOne committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b351bc1 View commit details
    Browse the repository at this point in the history
  2. create doc

    OzakIOne committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6fa49d4 View commit details
    Browse the repository at this point in the history
  3. update docs

    OzakIOne committed May 30, 2024
    Configuration menu
    Copy the full SHA
    93865aa View commit details
    Browse the repository at this point in the history
  4. update doc

    OzakIOne committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1f3da01 View commit details
    Browse the repository at this point in the history
  5. put description in title

    OzakIOne committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dc8be49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dc5251 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    850b0c9 View commit details
    Browse the repository at this point in the history
  8. cleanup package.json

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    29f81ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f465a75 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8884806 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b67e5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44bd575 View commit details
    Browse the repository at this point in the history
  13. Minor tags.ts refactors

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ecfe55f View commit details
    Browse the repository at this point in the history
  14. fix snapshots

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    88096ff View commit details
    Browse the repository at this point in the history
  15. refactor tags tests

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8d80c74 View commit details
    Browse the repository at this point in the history
  16. move comment

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0a043c6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e8cd65d View commit details
    Browse the repository at this point in the history
  18. fix little typing issue

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8fa31c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0af6b86 View commit details
    Browse the repository at this point in the history
  20. remove schema typo

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    fa95a97 View commit details
    Browse the repository at this point in the history
  21. tagsFile refactor

    slorber committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d105293 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5ec16a6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6451e8b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e91e03c View commit details
    Browse the repository at this point in the history
  25. refactor: apply lint autofix

    slorber authored and github-actions[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    11f1c31 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    f36c468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bea279f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7edec83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b28ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a09f643 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b74f731 View commit details
    Browse the repository at this point in the history
  7. add blog options tests

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    68e5444 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42723f8 View commit details
    Browse the repository at this point in the history
  9. wire hot reload for tags file

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b345c22 View commit details
    Browse the repository at this point in the history
  10. blog getPathsToWatch test

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    891755c View commit details
    Browse the repository at this point in the history
  11. update docs snapshots

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    58e24ce View commit details
    Browse the repository at this point in the history
  12. fix blog RSS feed tests

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a70df92 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7018d6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    55ce8ce View commit details
    Browse the repository at this point in the history
  15. api ref doc

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    768fa68 View commit details
    Browse the repository at this point in the history
  16. simplify docs tags guide

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    356f447 View commit details
    Browse the repository at this point in the history
  17. simplify docs tags guide

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3e1666b View commit details
    Browse the repository at this point in the history
  18. update snapshots

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4032351 View commit details
    Browse the repository at this point in the history
  19. refactor: apply lint autofix

    slorber authored and github-actions[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    eba218f View commit details
    Browse the repository at this point in the history
  20. empty

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    979f3d3 View commit details
    Browse the repository at this point in the history
  21. typo

    slorber committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7e6fe91 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    389e046 View commit details
    Browse the repository at this point in the history