Skip to content

Commit e3fe484

Browse files
committed
adjusted docs
1 parent bec16e0 commit e3fe484

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/GoIntelOwl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ go get github.com/intelowlproject/go-intelowl
4242

4343
## Usage
4444

45-
This library was built with ease of use in mind! Here are some quick examples to get you started. If you need more example you can go to the [examples directory](./examples/)
45+
This library was built with ease of use in mind! Here are some quick examples to get you started.
4646

4747
To start using the go-intelowl library you first need to import it:
4848

docs/GreedyBear/Api-docs.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# API Documentation
22

3-
### `enrichment`
4-
:::docs.Submodules.GreedyBear.api.views.enrichment_view
3+
### `Enrichment`
4+
:::docs.Submodules.GreedyBear.api.views.enrichment.enrichment_view
55

6-
### `feeds`
7-
:::docs.Submodules.GreedyBear.api.views.feeds
6+
### `Feeds`
7+
:::docs.Submodules.GreedyBear.api.views.feeds.feeds
8+
9+
### `Advanced Feeds`
10+
:::docs.Submodules.GreedyBear.api.views.feeds.feeds_advanced
11+
12+
### `Feeds Pagination`
13+
:::docs.Submodules.GreedyBear.api.views.feeds.feeds_pagination
814

915
### `general_honeypot_list`
10-
:::docs.Submodules.GreedyBear.api.views.general_honeypot_list
16+
:::docs.Submodules.GreedyBear.api.views.general_honeypot.general_honeypot_list
1117

1218
### `Statistics`
13-
:::docs.Submodules.GreedyBear.api.views.StatisticsViewSet
19+
:::docs.Submodules.GreedyBear.api.views.statistics.StatisticsViewSet
1420

1521

0 commit comments

Comments
 (0)