Skip to content

Commit

Permalink
add utils to nav (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cre-mer authored Feb 3, 2025
1 parent 01dbcb5 commit 1db9700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* Token Standards
** xref:tokens/fungible.adoc[Fungible Tokens]
* Utilities
** xref:utils/pausable.adoc[Pausable]
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/utils/pausable.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:source-highlighter: highlight.js
:highlightjs-languages: rust
:github-icon: pass:[<svg class="icon"><use href="#github-icon"/></svg>]
= Fungible Token Standard
= Utilities

== Source Code link: https://github.com/OpenZeppelin/stellar-contracts/tree/main/contracts/utils/pausable[pausable]
https://github.com/OpenZeppelin/stellar-contracts/tree/main/contracts/utils/pausable[Source Code]

== Purpose

Expand Down

0 comments on commit 1db9700

Please sign in to comment.