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

🦙 Update rules to use gatsby-plugin-mdx #1571

Open
wants to merge 46 commits into
base: tina/main
Choose a base branch
from

Commits on Oct 3, 2024

  1. Add gatsby-plugin-mdx

    tkapa committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8ed57ac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge branch 'tina/main' of https://github.com/SSWConsulting/SSW.Rules

    …into tina/call-mdx
    tkapa committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f043957 View commit details
    Browse the repository at this point in the history
  2. Update gatsby-node

    tkapa committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9c11578 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. changed allMarkdownRemark instances to allMdx & reinstalled gatsby-tr…

    …ansformer-remark
    Calinator444 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9612942 View commit details
    Browse the repository at this point in the history
  2. removed all html from graphql queries

    Calinator444 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5ff4641 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. got gatsby mdx working

    Calinator444 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9693e29 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. commiting files to share with tylah

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    aa13b37 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tina/main' into tina/call-mdx

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    491abd4 View commit details
    Browse the repository at this point in the history
  3. got rules/rule working with gatsby-mdx

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3574470 View commit details
    Browse the repository at this point in the history
  4. got rule template working with gatsby mdx

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e4aff3b View commit details
    Browse the repository at this point in the history
  5. Got category page working with gatsby mdx?

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f9a6b8d View commit details
    Browse the repository at this point in the history
  6. 🔇 Removed console logs

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1025dcb View commit details
    Browse the repository at this point in the history
  7. Got intro rendering for rule categories

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cf21f43 View commit details
    Browse the repository at this point in the history
  8. 🦙 rendering category into using TinaMarkown

    Calinator444 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a19159a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 🐛 Got category blurbs working

    Calinator444 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c2778fe View commit details
    Browse the repository at this point in the history
  2. 💬 uncommented method for building out archive rules

    Calinator444 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7d415c0 View commit details
    Browse the repository at this point in the history
  3. removed console logging

    Calinator444 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fc4dfeb View commit details
    Browse the repository at this point in the history
  4. removed experimental transformer plugin

    Calinator444 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9feb53f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'tina/main' into tina/call-mdx

    Calinator444 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    71be27e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fixed orphaned page

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1617736 View commit details
    Browse the repository at this point in the history
  2. Added graphql field for Tina markdown

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    af6397c View commit details
    Browse the repository at this point in the history
  3. Fixed landing page

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5a35bc7 View commit details
    Browse the repository at this point in the history
  4. uncommented 404 page

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f170982 View commit details
    Browse the repository at this point in the history
  5. Fixed archive page

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    452a607 View commit details
    Browse the repository at this point in the history
  6. uncommented search page

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    abfde5b View commit details
    Browse the repository at this point in the history
  7. uncommented latest rules

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0aaf948 View commit details
    Browse the repository at this point in the history
  8. uncommented rule page

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b917c8b View commit details
    Browse the repository at this point in the history
  9. uncommented sidebar props on rule template

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5f55f7e View commit details
    Browse the repository at this point in the history
  10. uncommented gatsby source git for assets

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    63481dd View commit details
    Browse the repository at this point in the history
  11. removed console logs in gatsby-node

    Calinator444 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8120915 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Added index to frontmatter type in gatsby node

    Calinator444 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    56db78a View commit details
    Browse the repository at this point in the history
  2. removed console logs in category page template

    Calinator444 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    33bfb7a View commit details
    Browse the repository at this point in the history
  3. uncommented index prop for category pages

    Calinator444 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    11b5a15 View commit details
    Browse the repository at this point in the history
  4. Added todo for removing gatsby parser plugins

    Calinator444 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    db34ae7 View commit details
    Browse the repository at this point in the history
  5. 🚀 Created CI/CD to test tina mdx build

    Calinator444 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4fa381f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    6c1ce06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c97146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1735611 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7816ea View commit details
    Browse the repository at this point in the history
  5. renamed actions for testing build against tina pipeline

    Calinator444 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    710c782 View commit details
    Browse the repository at this point in the history
  6. commented out rule creation step for testing purposes

    Calinator444 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d96a339 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff1fec1 View commit details
    Browse the repository at this point in the history
  8. deleted base pages

    Calinator444 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    df12ce5 View commit details
    Browse the repository at this point in the history
  9. removed profile page create step from gatsby node

    Calinator444 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b32aa5b View commit details
    Browse the repository at this point in the history
  10. removed categoryTemplate & rule template from gatsby-node

    Calinator444 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f0a880c View commit details
    Browse the repository at this point in the history
  11. using custom exceprt field for algolia queries

    Calinator444 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    295c8dc View commit details
    Browse the repository at this point in the history