Skip to content

Commit eb149ea

Browse files
simplified index
1 parent 24bc0ed commit eb149ea

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

docs/index.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,19 +151,43 @@ Not only this, the platform will also serve as one point destination for all you
151151
- [Interview-Questions/System-Design](Interview-Questions/System-design.md)
152152
- [Interview-Questions/Natural-Language-Processing](Interview-Questions/Natural-Language-Processing.md)
153153
- [Interview-Questions/Probability](Interview-Questions/Probability.md)
154+
155+
---
156+
157+
<h3> Useful Commands </h3>
158+
159+
* `mkdocs serve` - Start the live-reloading docs server.
160+
* `mkdocs build` - Build the documentation site.
161+
* `mkdocs -h` - Print help message and exit.
162+
* `mkdocs gh-deploy` - Use `mkdocs gh-deploy --help` to get a full list of options available for the `gh-deploy` command.
163+
Be aware that you will not be able to review the built site before it is pushed to GitHub. Therefore, you may want to verify any changes you make to the docs beforehand by using the `build` or `serve` commands and reviewing the built files locally.
164+
* ~~`mkdocs new [dir-name]` - Create a new project.~~ No need to create a new project
165+
166+
---
167+
168+
<h3> Useful Documents </h3>
169+
170+
* 📑 MkDocs:
171+
* GitHub: [https://github.com/mkdocs/mkdocs](https://github.com/mkdocs/mkdocs)
172+
* Documentation: [https://www.mkdocs.org/](https://www.mkdocs.org/)
173+
174+
* 🎨 Theme:
175+
* GitHub: [https://github.com/squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material)
176+
* Documentation: [https://squidfunk.github.io/mkdocs-material/getting-started/](https://squidfunk.github.io/mkdocs-material/getting-started/)
154177
178+
=== ":material-information-outline: About"
155179

180+
<div class="grid cards" markdown>
156181

182+
- [::fontawesome-solid-user-shield:: Project __Maintainer__](https://github.com/singhsidhukuldeep)
183+
- [:fontawesome-solid-users-between-lines: All __Contributors__ list](https://github.com/singhsidhukuldeep/data-science-interview-prep/graphs/contributors)
184+
- [:simple-unlicense: __AGPL-3.0__ license](https://github.com/singhsidhukuldeep/singhsidhukuldeep.github.io#AGPL-3.0-1-ov-file)
185+
- [:material-comment-account-outline: __Reach__ Out](/contact)
157186

187+
</div>
158188

159-
---
160189

161-
<div class="grid cards" markdown>
190+
---
162191

163-
- [::fontawesome-solid-user-shield:: Project __Maintainer__](https://github.com/singhsidhukuldeep)
164-
- [:fontawesome-solid-users-between-lines: All __Contributors__ list](https://github.com/singhsidhukuldeep/data-science-interview-prep/graphs/contributors)
165-
- [:simple-unlicense: __AGPL-3.0__ license](https://github.com/singhsidhukuldeep/singhsidhukuldeep.github.io#AGPL-3.0-1-ov-file)
166-
- [:material-comment-account-outline: __Reach__ Out](/contact)
167192

168-
</div>
169193

0 commit comments

Comments
 (0)