Skip to content

Commit

Permalink
added alldocs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkesh committed Jun 6, 2024
1 parent a51b65d commit e720e5f
Show file tree
Hide file tree
Showing 48 changed files with 8,945 additions and 17 deletions.
18 changes: 9 additions & 9 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"hash": "f5cc3bb4",
"hash": "218a7fe1",
"configHash": "7c579761",
"lockfileHash": "9dbd0f98",
"browserHash": "edc06805",
"lockfileHash": "059d5442",
"browserHash": "9841fe75",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "399f11a6",
"fileHash": "dd3f94b7",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "ed2a2164",
"fileHash": "bbba5666",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "b1d59533",
"fileHash": "72f272e8",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "40dcf5f5",
"fileHash": "bb272e57",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "ffc5db76",
"fileHash": "0c218e10",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "43e7cf4e",
"fileHash": "33ba655a",
"needsInterop": false
}
},
Expand Down
6 changes: 4 additions & 2 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{ text: 'Verilog Guide', link: '/Verilog/'},
{ text: 'MIPS Guide', link: '/MIPS/' }
{ text: 'MIPS Guide', link: '/MIPS/' },
{ text: 'About', link: '/about'}
],

search: {
Expand Down Expand Up @@ -57,5 +58,6 @@ export default defineConfig({
copyright: `Copyright © ${new Date().getFullYear()} National Institute of Technology Calicut`,
},

}
},

})
17 changes: 17 additions & 0 deletions docs/all_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# All docuemntations:

## Verilog

1. [Introduction to verilog](./Verilog/Intro.md)
1. [Finite State Machine](./Verilog/fsm.md)
1. [Single Cycle MIPS Processor](./Verilog/SingleCycle.md)
1. [Registers](./Verilog/registers.md)

## MIPS

1. [Introduction to MIPS](./MIPS/mips_basics&procedures.md)
2. [Setting up MARS](./MIPS/mips_setup.md)
3. [MIPS Instructions and syscall](./MIPS/mips_syscalls&tutorials.md)
4. [Basic Integer and String Handling](./MIPS/mips_basics&procedures.md)
5. [Integer Array Handling](./MIPS/mips_array.md)
6. [Strings (Advanced)](./MIPS/mips_string.md)g
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ features:
- icon: 📚
title: Extensive documentation
details: Study the documentation to understand the working of the topics hardware lab
link: all_docs.md
- icon: 🎥
title: Video tutorials
details: Watch the video tutorials to understand sample codes and key concepts
Expand Down
8 changes: 8 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions node_modules/font-awesome/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/font-awesome/HELP-US-OUT.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 106 additions & 0 deletions node_modules/font-awesome/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e720e5f

Please sign in to comment.