silvanocerza commited on
Commit
1334c47
1 Parent(s): 6e812cd

Fix DOCUMENTATIONS variable

Browse files
Files changed (1) hide show
  1. main.py +0 -6
main.py CHANGED
@@ -27,37 +27,31 @@ DOCUMENTATIONS = [
27
  (
28
  "DocArray",
29
  "https://github.com/docarray/docarray",
30
- "/archive/refs/heads/main.zip",
31
  "./docs/**/*.md",
32
  ),
33
  (
34
  "Streamlit",
35
  "https://github.com/streamlit/docs",
36
- "/archive/refs/heads/main.zip",
37
  "./content/**/*.md",
38
  ),
39
  (
40
  "Jinja",
41
  "https://github.com/pallets/jinja",
42
- "/archive/refs/heads/main.zip",
43
  "./docs/**/*.rst",
44
  ),
45
  (
46
  "Pandas",
47
  "https://github.com/pandas-dev/pandas",
48
- "/archive/refs/heads/main.zip",
49
  "./doc/source/**/*.rst",
50
  ),
51
  (
52
  "Elasticsearch",
53
  "https://github.com/elastic/elasticsearch",
54
- "/archive/refs/heads/main.zip",
55
  "./docs/**/*.asciidoc",
56
  ),
57
  (
58
  "NumPy",
59
  "https://github.com/numpy/numpy",
60
- "/archive/refs/heads/main.zip",
61
  "./doc/**/*.rst",
62
  ),
63
  ]
 
27
  (
28
  "DocArray",
29
  "https://github.com/docarray/docarray",
 
30
  "./docs/**/*.md",
31
  ),
32
  (
33
  "Streamlit",
34
  "https://github.com/streamlit/docs",
 
35
  "./content/**/*.md",
36
  ),
37
  (
38
  "Jinja",
39
  "https://github.com/pallets/jinja",
 
40
  "./docs/**/*.rst",
41
  ),
42
  (
43
  "Pandas",
44
  "https://github.com/pandas-dev/pandas",
 
45
  "./doc/source/**/*.rst",
46
  ),
47
  (
48
  "Elasticsearch",
49
  "https://github.com/elastic/elasticsearch",
 
50
  "./docs/**/*.asciidoc",
51
  ),
52
  (
53
  "NumPy",
54
  "https://github.com/numpy/numpy",
 
55
  "./doc/**/*.rst",
56
  ),
57
  ]