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

adding header pages for side nav and making headers links #934

Merged
merged 25 commits into from
Oct 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7c3469c
adding header pages for side nav and making headers links
thisisjofrank Oct 3, 2024
ec32bc8
Merge branch 'main' into sidenav-headers
thisisjofrank Oct 3, 2024
ca3346c
update sidebar to add headinglink for runtime
thisisjofrank Oct 3, 2024
e62ecbf
adding links in breadcrumbs, adding section landing pages to breadcrumbs
thisisjofrank Oct 3, 2024
057a6b5
style breadcrumbs
thisisjofrank Oct 3, 2024
24380ca
fix up deploy and subhosting breadcrumbs
thisisjofrank Oct 3, 2024
44e2774
fmt
thisisjofrank Oct 3, 2024
9ea589b
fix up subhosting breadcrumbs
thisisjofrank Oct 3, 2024
c359c04
merge with main
thisisjofrank Oct 3, 2024
1c3334b
Update runtime/reference/index.md
thisisjofrank Oct 4, 2024
9a9ed7b
Update runtime/reference/index.md
thisisjofrank Oct 4, 2024
71a1461
Update runtime/reference/index.md
thisisjofrank Oct 4, 2024
3faef47
Update runtime/reference/index.md
thisisjofrank Oct 4, 2024
6a6f608
Merge branch 'main' into sidenav-headers
thisisjofrank Oct 4, 2024
e130915
fmt
thisisjofrank Oct 4, 2024
e15489f
merge with main
thisisjofrank Oct 4, 2024
4fde8fe
add fresh
thisisjofrank Oct 4, 2024
f38dc1c
move all commands to index
thisisjofrank Oct 4, 2024
1346c2e
merge with main
thisisjofrank Oct 7, 2024
4fa9ba7
update types
thisisjofrank Oct 7, 2024
728773b
fix 404s
thisisjofrank Oct 7, 2024
6d2071b
fmt
thisisjofrank Oct 7, 2024
63e2ae9
remove link checker for now
thisisjofrank Oct 7, 2024
060d578
remove link checker for now
thisisjofrank Oct 7, 2024
e911998
add link highlights for h2 in nav
donjo Oct 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix up subhosting breadcrumbs
  • Loading branch information
thisisjofrank committed Oct 3, 2024
commit 9ea589b0459870b6cb69cd6702359ef2965e4d55
2 changes: 1 addition & 1 deletion subhosting/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const sidebar = [
items: [
{
label: "About Subhosting",
id: "/subhosting/manual/about/",
id: "/subhosting/manual/",
},
{
label: "Quick start",
Expand Down