From cbd24688d24321526cb0ad23471b45cf4c155498 Mon Sep 17 00:00:00 2001 From: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:25:00 +0530 Subject: [PATCH] fix(slug): remove '-' and added '_' --- docs/introduction/{coding-standard.md => coding_standard.md} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename docs/introduction/{coding-standard.md => coding_standard.md} (97%) diff --git a/docs/introduction/coding-standard.md b/docs/introduction/coding_standard.md similarity index 97% rename from docs/introduction/coding-standard.md rename to docs/introduction/coding_standard.md index a45792f3..ec36d5bb 100644 --- a/docs/introduction/coding-standard.md +++ b/docs/introduction/coding_standard.md @@ -1,5 +1,6 @@ --- sidebar_position: 8 +slug: coding_standard --- # Coding Standard @@ -70,4 +71,4 @@ sidebar_position: 8 - Write thread-safe code when dealing with concurrent operations. - Use synchronization mechanisms to prevent race conditions and deadlocks. -These coding standards provide a solid foundation for writing clean, maintainable, and efficient code across different programming languages and paradigms. However, it's essential to adapt and extend these standards based on the specific requirements and characteristics of your project or organization. \ No newline at end of file +These coding standards provide a solid foundation for writing clean, maintainable, and efficient code across different programming languages and paradigms. However, it's essential to adapt and extend these standards based on the specific requirements and characteristics of your project or organization.