You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered: