Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion antora/build-trigger.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ This is a file you can change when all you want to do is trigger a full rebuild

It's useful when you've been fixing up antora sources elsewhere and want to see your changes pulled in.

Rebuilddddddddddd

Rebuilddddddddddd
81 changes: 81 additions & 0 deletions antora/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/spec/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These are the current ratified versions of the ISA specifications. Previously pu
</CardHeader>
<CardBody>
Unprivileged Architecture
<a href={`/details/isa-unpriv`}>More Details</a>
</CardBody>
<CardFooter>
<a href={`${siteConfig.baseUrl}docs/reference/isa/unpriv/intro.html`}>
Expand All @@ -36,6 +37,7 @@ These are the current ratified versions of the ISA specifications. Previously pu
</CardHeader>
<CardBody>
Privileged Architecture
<a href={`/details/isa-priv`}>More Details</a>
</CardBody>
<CardFooter>
<a href={`${siteConfig.baseUrl}docs/reference/isa/priv/priv-intro.html`}>
Expand Down
Loading