Spaces:
Runtime error
Runtime error
Create url.py
Browse files
url.py
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
md_files_url = [
|
2 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/api-docs/README.md',
|
3 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/api-docs/git-commands.md',
|
4 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/api-docs/gitvcs.md',
|
5 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/api-docs/google-docs.md',
|
6 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/README.md',
|
7 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/build.md',
|
8 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/contributing.md',
|
9 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/evaluationsys.md',
|
10 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/intro.md',
|
11 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/next-step-req.md',
|
12 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/penalty.md',
|
13 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/related-projects.md',
|
14 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/roadmap.md',
|
15 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/sitemap.md',
|
16 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/dev/standards.md',
|
17 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/README.md',
|
18 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/hubstaff-usage.md',
|
19 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/office-culture.md',
|
20 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/office-etiq-rules.md',
|
21 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/onboarding-guideline.md',
|
22 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/requirements.md',
|
23 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/structure.md',
|
24 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/pages/getting-started/termination-protocol.md',
|
25 |
+
'https://github.com/humblebeeintel/documentation/blob/main/docs/README.md',
|
26 |
+
]
|