Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhondta committed May 24, 2023
1 parent fba866c commit 2f1a89a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 4 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ nav:
- 'Getting started': quickstart.md
- Design: design.md
- Classes:
- classes.md
- classes/index.md
- Entity: classes/entity.md
- Console: classes/console.md
- Command: classes/command.md
- Module: classes/module.md
- Datastore: classes/datastore.md
- 'Base entities':
- base.md
- base/index.md
- Consoles: base/consoles.md
- Commands: base/commands.md
- Models: base/models.md
Expand Down Expand Up @@ -49,6 +49,8 @@ theme:
name: Switch to light mode
features:
- navigation.indexes
- navigation.top
- toc.integrate
logo: img/logo.png
favicon: img/icon.png
use_directory_urls: false
Expand Down
3 changes: 0 additions & 3 deletions docs/pages/base.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/pages/base/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This section presents the entities provided with Sploitkit.
2 changes: 1 addition & 1 deletion docs/pages/classes.md → docs/pages/classes/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The following figure depicts the class hierarchy implementing the aforementioned design :

![Sploitkit - Class hierarchy](img/class-hierarchy.png)
<img src="../img/class-hierarchy.png" alt="Sploitkit - Class hierarchy">

On this figure, one can see the main attributes and methods that can be used (in black) or overridden (in red).
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jinja2<3.1.0
mkdocs>=1.3.0
mkdocs-bootswatch
mkdocs-material
mkdocs-material>=7.3.0
mkdocs-rtd-dropdown
pymdown-extensions

0 comments on commit 2f1a89a

Please sign in to comment.