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,pages): add support for "unlisted" front matter - hide md content in production #8004

Merged
merged 54 commits into from
Nov 3, 2022

Commits on Aug 27, 2022

  1. Exclude unlisted docs

    jodyheavener committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    e0acbd0 View commit details
    Browse the repository at this point in the history
  2. Exclude unlisted pages

    jodyheavener committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    9e19e0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    760dca9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Merge branch 'main' into jh/unlisted

    # Conflicts:
    #	website/_dogfooding/_pages tests/index.md
    slorber committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    cdb1822 View commit details
    Browse the repository at this point in the history
  2. dedup unlisted/draft logic

    slorber committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d03283d View commit details
    Browse the repository at this point in the history
  3. add page unlisted metadata

    slorber committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    f25969a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62b1ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bda2d10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b84d30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de872c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0aa11e1 View commit details
    Browse the repository at this point in the history
  9. refactor DocSidebarItems

    slorber committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c92b5ab View commit details
    Browse the repository at this point in the history
  10. revert category return null

    slorber committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    149382d View commit details
    Browse the repository at this point in the history
  11. revert useless Link changes

    slorber committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    66e1d8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    799c6dc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    82a93f1 View commit details
    Browse the repository at this point in the history
  14. remove linebreak

    slorber committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    f488c50 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    fc6d0cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4430ae View commit details
    Browse the repository at this point in the history
  3. Add unlisted tag dogfooding

    slorber committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    55dd501 View commit details
    Browse the repository at this point in the history
  4. add better visibility dogfooding + ability to simulate prod content v…

    …isibility in dev with env variable (convenient to work)
    slorber committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    80a110a View commit details
    Browse the repository at this point in the history
  5. extract toSidebarDocItemLinkProp, fix edge case + add test to prevent…

    … future possible issues
    slorber committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1da33a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb1b17b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0266f6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94de481 View commit details
    Browse the repository at this point in the history
  9. fix test

    slorber committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6fef19e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebbf832 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56006ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b1bb83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b24a2a0 View commit details
    Browse the repository at this point in the history
  14. fix blog test snapshots

    slorber committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    73e28be View commit details
    Browse the repository at this point in the history
  15. fix docs tests snapshots

    slorber committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6bf9f89 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    a887b9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b750f12 View commit details
    Browse the repository at this point in the history
  3. refactor method with 4 params to take 1 object param, use Set instead…

    … of Array for unlistedIds
    slorber committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0746def View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8d802a View commit details
    Browse the repository at this point in the history
  5. draftIds comment

    slorber committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    fa5823f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    810ad5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c974473 View commit details
    Browse the repository at this point in the history
  8. add page draft support

    slorber committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b56ba7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2730365 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    59d3453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad04e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86801b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf18c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    7dde1eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81b518 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d720989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cddd5ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    638dbe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54f1dc7 View commit details
    Browse the repository at this point in the history
  7. add limitation comment

    slorber committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5a2726d View commit details
    Browse the repository at this point in the history
  8. fix draft dogfood typo

    slorber committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6840195 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c81af8 View commit details
    Browse the repository at this point in the history