From 3c9455a42d6b813aec206054f150e253f2a08b60 Mon Sep 17 00:00:00 2001 From: Zhang Junyang Date: Wed, 12 Nov 2025 16:45:43 +0800 Subject: [PATCH] Add the ASM guidelines to the book --- book/src/SUMMARY.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index deb2d3897..f98f3b1f0 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -56,9 +56,10 @@ * [Before You Contribute]() * [Code Organization]() * [Style Guidelines]() - * [General Guidelines]() - * [Rust Guidelines](to-contribute/style-guidelines/rust-guidelines.md) - * [Git Guidelines]() + * [General Guidelines]() + * [Rust Guidelines](to-contribute/style-guidelines/rust-guidelines.md) + * [Git Guidelines]() + * [Assembly Guidelines](to-contribute/style-guidelines/asm-guidelines.md) * [Boterinas](to-contribute/boterinas.md) * [Version Bump](to-contribute/version-bump.md) * [Community]()