- Notifications
You must be signed in to change notification settings - Fork0
sparkfun/sparkfun.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repo creates the GitHub pages custom domaindocs.sparkfun.com and landing page that lists out all SparkFun GitHub product repos that have github pages documentation.
The list of available pages is created automatically by a GitHub Action that runs nightly. This GitHub actions searches for repos under the spakfun organization that have the topicsparkfun-tutorial.
For a repo to be added to the list of documents, the following should be true in the About section of the repo:
- The repo has the topic
sparkfun-tutorial - The
websitesection for the repo points to the GitHub Pages URL for that repo (check the provided option when editing the about page). - The value of the description is provided
- Daily, or on a check in, the update action runs
- The Action using thg
ghcommand to search for all public sparkfun respositories that have the topicsparkfun-tutorial - For each repositoriy found, the repo URL, About website and About description are retrieved
- The results of the query are writting to the file
gsg.jsonas an array of json objects. - The updated
gsg.jsonfile is checkin to this repo and the landing page is rebuilt (automtically by GitHub) - When the file
index.htmlis loaded by a browser (for the landing page), it reads the filegsg.jsonand renders the documentation list table using javascript
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.