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

Updates Hugo & removes vendored docsy #284

Merged
merged 9 commits into from
Jul 12, 2023

Commits on Jun 14, 2023

  1. Removes docsy git submodule and switches

    Switches to go modules
    
    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2b61bc2 View commit details
    Browse the repository at this point in the history
  2. Fixes table escaping

    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f29602f View commit details
    Browse the repository at this point in the history
  3. Fixes css import conflicts

    The "variables" in the project were overloading
    an scss file with "variables" from the docsy theme
    which was breaking scss transpilation
    
    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    77298d6 View commit details
    Browse the repository at this point in the history
  4. Fixes docs templates

    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c2ca24a View commit details
    Browse the repository at this point in the history
  5. Fixes search

    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    dc1edd9 View commit details
    Browse the repository at this point in the history
  6. Fixes footer

    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b695d0b View commit details
    Browse the repository at this point in the history
  7. Fixes the default layout

    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9f50e25 View commit details
    Browse the repository at this point in the history
  8. Updates netlify config to use new Hugo version

    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    554c131 View commit details
    Browse the repository at this point in the history
  9. Updates CI to latest Hugo version

    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6db50ab View commit details
    Browse the repository at this point in the history