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.