Skip to content

Commit 4346e9e

Browse files
hatamiarash7gitbook-bot
authored andcommitted
GITBOOK-5: No subject
1 parent d719c29 commit 4346e9e

File tree

6 files changed

+72
-2
lines changed

6 files changed

+72
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
icon: face-glasses
2+
icon: hand-wave
33
layout:
44
title:
55
visible: true

docs/SUMMARY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@
2020
* [Tranco](functions/tranco/README.md)
2121
* [Get Tranco Rank](functions/tranco/get-tranco-rank.md)
2222
* [Download / Update Tranco](functions/tranco/download-update-tranco.md)
23+
24+
## Collaboration
25+
26+
* [Roadmap](collaboration/roadmap.md)
27+
* [Contributing](collaboration/contributing.md)
28+
* [Issues](collaboration/issues.md)

docs/collaboration/contributing.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
icon: champagne-glasses
3+
layout:
4+
title:
5+
visible: true
6+
description:
7+
visible: false
8+
tableOfContents:
9+
visible: true
10+
outline:
11+
visible: true
12+
pagination:
13+
visible: true
14+
---
15+
16+
# Contributing
17+
18+
Don't be shy and reach out to us if you want to contribute 😉
19+
20+
1. [Fork it!](https://github.com/hatamiarash7/duckdb-netquack/fork)
21+
2. Create your feature branch: `git checkout -b my-new-feature`
22+
3. Commit your changes: `git commit -am 'Add some feature'`
23+
4. Push to the branch: `git push origin my-new-feature`
24+
5. Submit a pull request

docs/collaboration/issues.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
icon: bug
3+
layout:
4+
title:
5+
visible: true
6+
description:
7+
visible: false
8+
tableOfContents:
9+
visible: true
10+
outline:
11+
visible: true
12+
pagination:
13+
visible: true
14+
---
15+
16+
# Issues
17+
18+
Each project may have many problems. Contributing to the better development of this project by reporting them. 👍

docs/collaboration/roadmap.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
icon: list-check
3+
layout:
4+
title:
5+
visible: true
6+
description:
7+
visible: false
8+
tableOfContents:
9+
visible: true
10+
outline:
11+
visible: true
12+
pagination:
13+
visible: true
14+
---
15+
16+
# Roadmap
17+
18+
* [ ] Create a `TableFunction` for `extract_query_parameters` that return each key-value pair as a row.
19+
* [ ] Save Tranco data as Parquet
20+
* [ ] Create a Rank category for Tranco ( `top1k` , `top5k`, `top10k`, `top100k`, `top500k`, `top1m` )
21+
* [ ] Implement GeoIP functionality
22+
* [ ] Return default value for `get_tranco_rank`

docs/why-netquack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
icon: face-grin-stars
2+
icon: question
33
layout:
44
title:
55
visible: true

0 commit comments

Comments
 (0)