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(vitepress): updates site to use vitepress #971

Merged
merged 38 commits into from
Mar 14, 2024
Merged

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    9b64660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc3632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37ac6cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9844392 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e1000a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bedd10a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8deb74f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    badf655 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41fdeeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f748428 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c588227 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2cabba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    388fe30 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f5f9406 View commit details
    Browse the repository at this point in the history
  15. refactor(vitepress): route redirects (wip)

    to do:
    (!) Found dead link /guides/agoric-cli/README in file guides/getting-started/deploying.md
    (!) Found dead link /ertp/api/index in file guides/ertp/issuers-and-mints.md
    (!) Found dead link http://localhost:3000 in file guides/dapps/index.md
    (!) Found dead link /guides/wallet/README in file guides/coreeval/permissions.md
    (!) Found dead link /ertp/api/index in file guides/ertp/purses-and-payments.md
    (!) Found dead link ./../../glossary/README in file guides/js-programming/eventual-send.md
    (!) Found dead link ./../zoe/actual-contracts/index in file guides/integration/name-services.md
    (!) Found dead link ./../zoe/actual-contracts/index in file guides/integration/name-services.md (x2)
    (!) Found dead link /repl/timerServices in file guides/js-programming/notifiers.md
    (!) Found dead link ./../../glossary/README in file guides/js-programming/notifiers.md
    (!) Found dead link /zoe/guide/contracts/index in file guides/zoe/index.md
    (!) Found dead link /zoe/guide/contracts/constantProductAMM in file guides/zoe/index.md
    
    + external redirects
    + subpath redirects
    0xpatrickdev committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d808549 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e06b4f8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0be2346 View commit details
    Browse the repository at this point in the history
  18. fix(vitepress): ci jobs

    0xpatrickdev committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    135131d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5eb809a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    c1ee29f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4c403 View commit details
    Browse the repository at this point in the history
  3. feat: add sitemap

    0xpatrickdev committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e963c1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c283f04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7a6c5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d33e24f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2760d58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    062a025 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    6320811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad99d9 View commit details
    Browse the repository at this point in the history
  3. chore(ci): set outDir to /dist in project root

    - simplifies CI, which currently looks in main/.vitepress/dist or main/.vuepress/dist
    0xpatrickdev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5594baa View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    4a6158c View commit details
    Browse the repository at this point in the history
  2. fix: remove custom scroll restoration logic

    - removes code added in #882 that aimed to fix anchor tag linking on initial page loads as it no longer seems necessary with vitepress
    0xpatrickdev committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5983738 View commit details
    Browse the repository at this point in the history
  3. fix: mobile styles

    - restores current styles on docs.agoric.com, ensuring users do not need to horizontally scroll
    0xpatrickdev committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5358d21 View commit details
    Browse the repository at this point in the history
  4. fix(vitepress): restore existing redirects logic

    - ports vuepress redirects (client side) to cloudflare _redirects
    - see comment: #971 (comment)
    0xpatrickdev committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c69ed8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df40be4 View commit details
    Browse the repository at this point in the history
  6. refactor(redirects): alphabetize and remove duplicates

        - there are probably add'l duplicates that can be removed - seems the /* /:splat pattern should cover many of individual page links
    0xpatrickdev committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b1eed18 View commit details
    Browse the repository at this point in the history