-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landing Page Summarizing the Demo Apps #93
Comments
According to the documentation https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ we cannot use a branch other than master:
Oddly enough this does work. |
I think you're misunderstanding the docs @ptitzler (I went back over it multiple times too). They mean if your repo name is something.github.io, it has to use the master branch for GH publication. This repo's name is |
@ptitzler What @rajrsingh said. 😄 You should be able to create new orphan
|
Yup, my interpretation wasn't correct. I tested this in my own org. |
Catalogued the following demo app implementations:
Each entry is backed by a metadata file in https://github.com/ibm-watson-data-lab/shopping-list/tree/gh-pages/_how_tos. The structure of each metadata file is as shown in the following example:
To add another demo app simply create a new metadata file in https://github.com/ibm-watson-data-lab/shopping-list/tree/gh-pages/_how_tos, using the following naming convention: |
@ptitzler can PWAs be the first/default tab on the page? |
@ptitzler Following on the comment from @rajrsingh, the ideal tab order would be:
|
|
@ptitzler initial commit of vanilla js tutorial: https://github.com/ibm-watson-data-lab/shopping-list-vanillajs-pouchdb/tree/master/tutorial |
@ptitzler initial draft for electron tutorial: https://github.com/ibm-watson-data-lab/shopping-list-electron-pouchdb/tree/master/tutorial |
We should create a landing page to aggregate these different demo apps, somewhat similar to:
https://hnpwa.com/
This should be created as a GitHub pages website using a
gh-pages
branch of the mainshopping-list
repo (which would place the URL for this athttp://ibm-watson-data-lab.github.io/shopping-list/
). For each implementation we should capture (at a minimum):Much of this info is already in the README file, but we can make this information more digestable on a landing page.
The text was updated successfully, but these errors were encountered: