https://github.com/nitya/swa-googlecodelabs
Create, build and deploy a Google Codelabs formatted tutorial to Azure Static Web Apps
https://github.com/nitya/swa-googlecodelabs
Last synced: 2 months ago
JSON representation
Create, build and deploy a Google Codelabs formatted tutorial to Azure Static Web Apps
- Host: GitHub
- URL: https://github.com/nitya/swa-googlecodelabs
- Owner: nitya
- Created: 2022-03-30T12:10:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T02:10:02.000Z (about 3 years ago)
- Last Synced: 2025-02-09T06:14:00.693Z (4 months ago)
- Language: HTML
- Homepage: https://bit.ly/swa-gcodelabs
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoogleCodeLabs Tutorials Deployed To Static Web Apps
Create, build and deploy a Google Codelabs formatted tutorial to Azure Static Web Apps. For consistency, I'll going to explore using the [Markdown format](https://github.com/googlecodelabs/tools#ok-how-do-i-use-it) for creating the tutorial. I am using [this example](https://raw.githubusercontent.com/googlecodelabs/tools/main/sample/codelab.md) as guidance.
* [Tutorial 1: Create & Deploy Codelab to SWA](deploy-codelab-to-swa.md)
## Key Resources
* [GoogleCodelabs Tools Repository](https://github.com/googlecodelabs/tools)
* [Publishing in Google Codelabs format](https://medium.com/@zarinlo/publish-technical-tutorials-in-google-codelab-format-b07ef76972cd)
* [Codelabs Formatting Guide](https://github.com/googlecodelabs/tools/blob/main/FORMAT-GUIDE.md)
* [Codelabs Google Group](https://groups.google.com/forum/#!forum/codelab-authors)
* [claat Commandline tool](https://github.com/googlecodelabs/tools/tree/main/claat)
* [Example PWA Codelab: Google Doc Format](https://docs.google.com/document/d/1E6XMcdTexh5O8JwGy42SY3Ehzi8gOfUGiqTiUX6N04o/edit)
* [Codelab: Markdown Format Guidelines](https://github.com/googlecodelabs/tools/tree/main/claat/parser/md)
* [Codelab: Create Landing Page](https://github.com/googlecodelabs/tools#how-do-i-generate-my-own-landing-page)
* [Codelab: Create Custom View](https://github.com/googlecodelabs/tools#how-do-i-generate-a-custom-view)
* [Codelab: Publish Codelabs](https://github.com/googlecodelabs/tools#how-do-i-publish-my-codelabs)
* [Codelab Preview: Chrome Extension](https://chrome.google.com/webstore/detail/preview-codelab/lhojjnijnkiglhkggagbapfonpdlinji)## Troubleshooting
```bash
Oryx was unable to determine the build steps. Continuing assuming the assets in this folder are already built. If this is an unexpected behavior please contact support.
Finished building app with OryxFailed to find a default file in the app artifacts folder (/). Valid default files: index.html,Index.html.
If your application contains purely static content, please verify that the variable 'app_location' in your workflow file points to the root of your application.
If your application requires build steps, please validate that a default file exists in the build output directory.
```Added Placeholder index.html