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

make rust docs kinobi link clickable #27

Merged
merged 3 commits into from
May 10, 2024
Merged
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
5 changes: 5 additions & 0 deletions .changeset/beige-clouds-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kinobi-so/renderers-rust": patch
---

Make rust docs kinobi link clickable
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

pub(crate) mod r#add_memo;
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-rust/e2e/memo/src/generated/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

pub mod errors;
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-rust/e2e/memo/src/generated/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use solana_program::{pubkey, pubkey::Pubkey};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

pub(crate) mod r#nonce;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use crate::generated::types::NonceState;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

pub(crate) mod system;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use num_derive::FromPrimitive;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

pub(crate) mod r#advance_nonce_account;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-rust/e2e/system/src/generated/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

pub mod accounts;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use solana_program::{pubkey, pubkey::Pubkey};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

pub(crate) mod r#nonce_state;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!

use borsh::BorshDeserialize;
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-rust/public/templates/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! [https://github.com/kinobi-so/kinobi]
//! <https://github.com/kinobi-so/kinobi>
//!
{% block main %}{% endblock %}
Loading