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

Add "about" modal #566

Open
falgon opened this issue Aug 15, 2024 · 0 comments
Open

Add "about" modal #566

falgon opened this issue Aug 15, 2024 · 0 comments
Assignees

Comments

@falgon
Copy link
Owner

falgon commented Aug 15, 2024

  • Add a modal on top page in the left sidebar that displays a diagram showing the general structure (site map) of the entire roki.dev and a table showing system update records:
    graph TD;
    s[roki.dev]
    s[roki.dev]---b1[roki.log]
    s---b2[roki.diary]
    s---r[resume]
    subgraph "Blogs"
    b1
    b2
    end
    click s "https://roki.dev"
    click b1 "https://roki.dev/roki.log"
    click b2 "https://roki.dev/roki.diary"
    click r "https://roki.dev/resume"
    
    Loading
  • be able to render mermaid figures Render mermaid #567
  • The system update table is written in markdown format:
    • summary
    • PR
    • date
    • ...
@falgon falgon added the pages label Aug 15, 2024
@falgon falgon self-assigned this Aug 15, 2024
@falgon falgon added the task label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant