File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,23 @@ Edit `index/package_index.json` with your preferred json editor (I use Oxygen XM
46
46
47
47
After you are done editing, use the script ` indexToPkgsDirectories.js ` to update the individual package.json files.
48
48
49
+ ## Root Files and directory description
50
+
51
+ ```
52
+ __css/ // webpage style
53
+ __js/ // webpage js->lunr, pk index
54
+ agsget/ // tool and plugin to get pkg
55
+ index/ // the package index
56
+ pkgs // all packages we have
57
+ scripts // utility scripts
58
+ .gitignore //
59
+ .nojekyll // required for GitHub Pages
60
+ LICENSE // our license
61
+ README.md // this readme
62
+ azure-pipelines.yml // the ci for agsget
63
+ index.html // website home page
64
+ ```
65
+
49
66
## challenges and notes
50
67
51
68
Here are some challenges I am a bit unsure how to fix:
You can’t perform that action at this time.
0 commit comments