In looking at the docs folder using duplicate files in scope of crane-search, I wanted to see how we could organize everything to display the useful information without taking up space.
The first question in doing this is how are you hosting the docs page(s)? Is it through the docs folder, are through some other source? I ask this because I had two suggestions:
- Move
docs folder into a gh-pages branch
- Disperse the
docs files throughout the crane-search repository to show where the files are expected to be.
Both of these ideas can be seen kinda like an "embedded template."
P.S.: Let's add that users can link the .js files to <script> tags in HTML :)
In looking at the
docsfolder using duplicate files in scope ofcrane-search, I wanted to see how we could organize everything to display the useful information without taking up space.The first question in doing this is how are you hosting the docs page(s)? Is it through the
docsfolder, are through some other source? I ask this because I had two suggestions:docsfolder into agh-pagesbranchdocsfiles throughout thecrane-searchrepository to show where the files are expected to be.Both of these ideas can be seen kinda like an "embedded template."
P.S.: Let's add that users can link the
.jsfiles to<script>tags in HTML :)