Refactor: Replace sidebar with horizontal navigation bar
- Remove sidebar and toggle functionality - Add Bootstrap navbar with dropdown menus - Move navigation to top between header and content - Update menu rendering for Bootstrap dropdowns - Clean up unused files (header.mustache, sidebar.mustache, sidebar.js) - Add guide link with book icon in footer - Simplify layout structure - Remove duplicate code and fix syntax errors - Add .gitignore for node_modules and other temp files
This commit is contained in:
3
engine/templates/markdown_content.mustache
Normal file
3
engine/templates/markdown_content.mustache
Normal file
@@ -0,0 +1,3 @@
|
||||
{{#content}}
|
||||
<p>{{{.}}}</p>
|
||||
{{/content}}
|
||||
Reference in New Issue
Block a user