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

Switch site to Docusaurus #44

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Switch site to Docusaurus #44

merged 2 commits into from
Dec 22, 2023

Commits on Dec 8, 2023

  1. Switch site to Docusaurus

    - Remove Sphinx stuff
    
    - Prepare formal schema by starting a `schema/` directory with some
      rough sketches
    
    - Setup Docusaurus within `web/` directory:
    
      - Initialize Docusaurus and remove all the default stuff
        (logos, blog, etc.)
    
      - Establish `docs/` subdirectory for human-readable content about
        ethdebug, our efforts, etc.
    
      - Establish `spec/` subdirectory for direct specification materials,
        using Docusaurus's mechanism for keeping two "docs" directories.
    
      - Author basic homepage so ethdebug has a proper home on the web
    
      - Define initial version of function for loading schemas from root
        `schema/` directory, and reference this schema in the `spec/`
        subdirectory.
    
      - Extend theme to provide access to FontAwesome for icons
    
      - Extend theme to include "external link" badge on external links in
        Markdown files
    
      - Include a temporary logo generated by ChatGPT
    
      - Override default colors with temporary colorscheme suggested by ChatGPT
    
    - Update GitHub Actions workflows for new toolchain
    gnidan committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    317c67c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Remove schema stubs

    gnidan committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    daaf6e8 View commit details
    Browse the repository at this point in the history