We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc7ba0 commit 1500b69Copy full SHA for 1500b69
5 files changed
CONTRIBUTING.md
@@ -20,7 +20,7 @@ Thank you for contributing! This guide defines the **exact format and structure*
20
## File Naming Convention
21
22
- Use the **exact display name** as the filename: `Kali Linux.md`, `Cpp.md`, `React js.md`
23
-- Use kebab-case only for multi-word algorithmic pages: `binary-search.md`, `dijkstras-algorithm.md`
+- Use kebab-case only for multi-word algorithmic pages: `Binary Search.md`, `Dijkstras Algorithm.md`
24
- Place all pages inside the `/pages/` directory
25
- Link pages in `index.md` under the correct section using Logseq `[[Page Name]]` syntax
26
0 commit comments