@@ -489,7 +489,7 @@ <h2>📖 About</h2>
489489 < section id ="architecture ">
490490 < h2 > 🏗️ Framework Architecture</ h2 >
491491 < div class ="architecture ">
492- < img src =".. /img/framework-overview.png " alt ="CodeWiki Framework Architecture " />
492+ < img src ="./img/framework-overview.png " alt ="CodeWiki Framework Architecture " />
493493 < p style ="margin-top: 1.5rem; color: var(--text-light); ">
494494 < strong > Figure 1:</ strong > CodeWiki Framework operates in three main phases: (1) Repository analysis and hierarchical decomposition,
495495 (2) Recursive documentation generation with dynamic delegation, (3) Hierarchical assembly and synthesis
@@ -647,7 +647,7 @@ <h2>🎥 Demo Video</h2>
647647
648648 <!-- Placeholder for video - replace with actual video embed when available -->
649649 < div style ="background: var(--light-bg); padding: 3rem; text-align: center; border-radius: 10px; border: 2px dashed var(--border-color); ">
650- < img src =".. /img/cli-usage-example.gif " alt ="CLI Usage Example " style ="max-width: 100%; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); " />
650+ < img src ="./img/cli-usage-example.gif " alt ="CLI Usage Example " style ="max-width: 100%; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); " />
651651 < p style ="margin-top: 1.5rem; color: var(--text-light); ">
652652 < strong > CLI Usage Example:</ strong > Generating documentation with CodeWiki
653653 </ p >
@@ -803,12 +803,6 @@ <h3>Development Guide</h3>
803803 < p style ="opacity: 0.8; margin-bottom: 0.5rem; ">
804804 Made with ❤️ by the CodeWiki Team
805805 </ p >
806- < p style ="opacity: 0.6; font-size: 0.9rem; ">
807- FPT Software AI Center & University of Melbourne
808- </ p >
809- < p style ="opacity: 0.6; font-size: 0.9rem; margin-top: 1rem; ">
810- © 2025 CodeWiki. Licensed under MIT License.
811- </ p >
812806 </ footer >
813807</ body >
814808</ html >
0 commit comments