Skip to content

Commit

Permalink
chore: replacing moaw with aks-labs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Aug 12, 2024
1 parent 6e67929 commit 751bba8
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We welcome all contributions, including translations, new workshops, bug fixes,
As a contributor, help us keep this project open and inclusive.
Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).

- If you find something not working as expected, please [open an issue](https://github.com/microsoft/moaw/issues) and explain what you did and what you expected to happen.
- If you find something not working as expected, please [open an issue](https://github.com/Azure-Samples/aks-labs/issues) and explain what you did and what you expected to happen.

- If you would like to contribute some changes, fork the repository and open a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
Make sure to follow the guidelines below, and briefly explain the motivation behind your changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🌳 The Mother Of All Workshops (MOAW)

[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20VS%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://github.dev/microsoft/moaw)
[![Deploy website to GitHub Pages](https://github.com/microsoft/moaw/actions/workflows/deploy.yml/badge.svg)](https://github.com/microsoft/moaw/actions/workflows/deploy.yml)
[![Deploy website to GitHub Pages](https://github.com/Azure-Samples/aks-labs/actions/workflows/deploy.yml/badge.svg)](https://github.com/Azure-Samples/aks-labs/actions/workflows/deploy.yml)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA-222.svg)](https://creativecommons.org/licenses/by-sa/4.0/)

Grab-and-go resources to help you learn new skills, with all the tools you need to create, host and share your own workshop.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/moaw.git"
"url": "git+https://github.com/Azure-Samples/aks-labs.git"
},
"keywords": [],
"author": {
Expand All @@ -19,10 +19,10 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/moaw/issues"
"url": "https://github.com/Azure-Samples/aks-labs/issues"
},
"homepage": "https://github.com/microsoft/moaw#readme",
"homepage": "https://github.com/Azure-Samples/aks-labs#readme",
"workspaces": [
"packages/*"
]
}
}
54 changes: 27 additions & 27 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,89 @@
# [cli-1.5.1](https://github.com/microsoft/moaw/compare/cli-1.5.0...cli-1.5.1) (2024-06-04)
# [cli-1.5.1](https://github.com/Azure-Samples/aks-labs/compare/cli-1.5.0...cli-1.5.1) (2024-06-04)


### Bug Fixes

* **cli:** incorrect repo parsing ([85f2b3d](https://github.com/microsoft/moaw/commit/85f2b3d1f31f62da2f7f265127596b98073fed95))
* **cli:** incorrect repo parsing ([85f2b3d](https://github.com/Azure-Samples/aks-labs/commit/85f2b3d1f31f62da2f7f265127596b98073fed95))

# [cli-1.5.0](https://github.com/microsoft/moaw/compare/cli-1.4.0...cli-1.5.0) (2024-06-04)
# [cli-1.5.0](https://github.com/Azure-Samples/aks-labs/compare/cli-1.4.0...cli-1.5.0) (2024-06-04)


### Bug Fixes

* **cli:** https git repo not being detected ([040e72f](https://github.com/microsoft/moaw/commit/040e72fcdf600dd95b9e53f8866ac9a79a36f202))
* **cli:** https git repo not being detected ([040e72f](https://github.com/Azure-Samples/aks-labs/commit/040e72fcdf600dd95b9e53f8866ac9a79a36f202))


### Features

* **cli:** update preview URL when using Codespaces ([124a9eb](https://github.com/microsoft/moaw/commit/124a9ebd3ace12c8751534aaa65241609b677c98))
* **cli:** update preview URL when using Codespaces ([124a9eb](https://github.com/Azure-Samples/aks-labs/commit/124a9ebd3ace12c8751534aaa65241609b677c98))

# [cli-1.4.0](https://github.com/microsoft/moaw/compare/cli-1.3.1...cli-1.4.0) (2024-01-23)
# [cli-1.4.0](https://github.com/Azure-Samples/aks-labs/compare/cli-1.3.1...cli-1.4.0) (2024-01-23)


### Bug Fixes

* **cli:** broken link command on windows ([b362b27](https://github.com/microsoft/moaw/commit/b362b27f78b9379aac077bde9ec9c83b7cb564d7))
* **cli:** broken link command on windows ([b362b27](https://github.com/Azure-Samples/aks-labs/commit/b362b27f78b9379aac077bde9ec9c83b7cb564d7))


### Features

* **cli:** add build command ([8138361](https://github.com/microsoft/moaw/commit/8138361dc81da213ff7b918e721e7790d5aaedab))
* **cli:** add build command ([8138361](https://github.com/Azure-Samples/aks-labs/commit/8138361dc81da213ff7b918e721e7790d5aaedab))

# [cli-1.3.1](https://github.com/microsoft/moaw/compare/cli-1.3.0...cli-1.3.1) (2024-01-17)
# [cli-1.3.1](https://github.com/Azure-Samples/aks-labs/compare/cli-1.3.0...cli-1.3.1) (2024-01-17)


### Bug Fixes

* **cli:** correct preview workshop URL when there are subfolders ([3627306](https://github.com/microsoft/moaw/commit/3627306b26f23b84c4790afaf5da6241e880dc44))
* **cli:** correct preview workshop URL when there are subfolders ([3627306](https://github.com/Azure-Samples/aks-labs/commit/3627306b26f23b84c4790afaf5da6241e880dc44))

# [@moaw/cli-v1.3.0](https://github.com/microsoft/moaw/compare/cli-1.2.1...cli-1.3.0) (2023-07-20)
# [@moaw/cli-v1.3.0](https://github.com/Azure-Samples/aks-labs/compare/cli-1.2.1...cli-1.3.0) (2023-07-20)


### Bug Fixes

* **cli:** missing break after asciidoc listing ([d965287](https://github.com/microsoft/moaw/commit/d96528780d315b59ace03ae83a9dcdef9d804751))
* escaping and refs in asciidoc conversion ([2a1720e](https://github.com/microsoft/moaw/commit/2a1720eee71423713a083128fe4173f7a69aba3b))
* **cli:** missing break after asciidoc listing ([d965287](https://github.com/Azure-Samples/aks-labs/commit/d96528780d315b59ace03ae83a9dcdef9d804751))
* escaping and refs in asciidoc conversion ([2a1720e](https://github.com/Azure-Samples/aks-labs/commit/2a1720eee71423713a083128fe4173f7a69aba3b))


### Features

* **website:** add container host ([#38](https://github.com/microsoft/moaw/issues/38)) ([972d13c](https://github.com/microsoft/moaw/commit/972d13c1a62819fe879c42091392586a127ea808))
* **website:** add container host ([#38](https://github.com/Azure-Samples/aks-labs/issues/38)) ([972d13c](https://github.com/Azure-Samples/aks-labs/commit/972d13c1a62819fe879c42091392586a127ea808))

# [@moaw/cli-v1.2.1](https://github.com/microsoft/moaw/compare/cli-1.2.0...cli-1.2.1) (2023-04-07)
# [@moaw/cli-v1.2.1](https://github.com/Azure-Samples/aks-labs/compare/cli-1.2.0...cli-1.2.1) (2023-04-07)


### Bug Fixes

* **cli:** add missing line break after lists when converting asciidoc ([fcf720c](https://github.com/microsoft/moaw/commit/fcf720ce1a02d1c1e46b3f87ce31c8320884f3e6))
* **cli:** add missing line break after lists when converting asciidoc ([fcf720c](https://github.com/Azure-Samples/aks-labs/commit/fcf720ce1a02d1c1e46b3f87ce31c8320884f3e6))

# [@moaw/cli-v1.2.0](https://github.com/microsoft/moaw/compare/cli-1.1.0...cli-1.2.0) (2023-04-06)
# [@moaw/cli-v1.2.0](https://github.com/Azure-Samples/aks-labs/compare/cli-1.1.0...cli-1.2.0) (2023-04-06)


### Features

* add update notification ([3c5c250](https://github.com/microsoft/moaw/commit/3c5c250e45be7bc08a2bceb211faf849c2f3591b))
* **cli:** add link command ([9a1f8bc](https://github.com/microsoft/moaw/commit/9a1f8bc8c2312679d7bda92a8d327bc6a30f9505))
* add update notification ([3c5c250](https://github.com/Azure-Samples/aks-labs/commit/3c5c250e45be7bc08a2bceb211faf849c2f3591b))
* **cli:** add link command ([9a1f8bc](https://github.com/Azure-Samples/aks-labs/commit/9a1f8bc8c2312679d7bda92a8d327bc6a30f9505))

# [@moaw/cli-v1.1.0](https://github.com/microsoft/moaw/compare/cli-1.0.1...cli-1.1.0) (2023-04-05)
# [@moaw/cli-v1.1.0](https://github.com/Azure-Samples/aks-labs/compare/cli-1.0.1...cli-1.1.0) (2023-04-05)


### Bug Fixes

* **cli:** file watcher ([3c0442a](https://github.com/microsoft/moaw/commit/3c0442ac8dfc4c179bd58b23cac306a6a48d56b1))
* **cli:** file watcher ([3c0442a](https://github.com/Azure-Samples/aks-labs/commit/3c0442ac8dfc4c179bd58b23cac306a6a48d56b1))


### Features

* **cli:** add blockquote conversion support ([c96c828](https://github.com/microsoft/moaw/commit/c96c82897b92fe3dc82dd5de4142d17c4bd68070))
* **cli:** add convert command for asciidoc ([2a8f3e7](https://github.com/microsoft/moaw/commit/2a8f3e7218b3333875c57d63fe51c300e501c349))
* **cli:** add blockquote conversion support ([c96c828](https://github.com/Azure-Samples/aks-labs/commit/c96c82897b92fe3dc82dd5de4142d17c4bd68070))
* **cli:** add convert command for asciidoc ([2a8f3e7](https://github.com/Azure-Samples/aks-labs/commit/2a8f3e7218b3333875c57d63fe51c300e501c349))

# [@moaw/cli-v1.0.1](https://github.com/microsoft/moaw/compare/cli-1.0.0...cli-1.0.1) (2023-03-13)
# [@moaw/cli-v1.0.1](https://github.com/Azure-Samples/aks-labs/compare/cli-1.0.0...cli-1.0.1) (2023-03-13)

# @moaw/cli-v1.0.0 (2023-03-02)


### Features

* add @moaw/cli ([af6f5c4](https://github.com/microsoft/moaw/commit/af6f5c4298d4beadaed2998aea867e3e0fa752f9))
* **cli:** add command new ([3a9d634](https://github.com/microsoft/moaw/commit/3a9d634ec4669e328796c08fc3d46673d2494217))
* **cli:** add serve command ([bbe7e50](https://github.com/microsoft/moaw/commit/bbe7e509beafdad10fb92724db027ef832b24d4d))
* add @moaw/cli ([af6f5c4](https://github.com/Azure-Samples/aks-labs/commit/af6f5c4298d4beadaed2998aea867e3e0fa752f9))
* **cli:** add command new ([3a9d634](https://github.com/Azure-Samples/aks-labs/commit/3a9d634ec4669e328796c08fc3d46673d2494217))
* **cli:** add serve command ([bbe7e50](https://github.com/Azure-Samples/aks-labs/commit/bbe7e509beafdad10fb92724db027ef832b24d4d))
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/moaw.git"
"url": "git+https://github.com/Azure-Samples/aks-labs.git"
},
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -56,12 +56,12 @@
"authoring"
],
"author": {
"name": "Yohan Lasorsa",
"url": "https://twitter.com/sinedied"
"name": "Brian Redmond",
"url": "https://twitter.com/chzbrgr71"
},
"homepage": "https://github.com/microsoft/moaw",
"homepage": "https://github.com/Azure-Samples/aks-labs",
"bugs": {
"url": "https://github.com/microsoft/moaw/issues"
"url": "https://github.com/Azure-Samples/aks-labs/issues"
},
"license": "MIT",
"release": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function serve(options: ServeOptions = {}) {
}
},
logLevel: options.verbose ? 'info' : 'silent',
logPrefix: 'moaw',
logPrefix: 'aks-labs',
middleware: [
(request, _response, next) => {
if (request.url && /(^\/workshop\/.*)/.test(request.url)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { updateTrackingCodes } from '../loader';
</div>
<div class="container no-sidebar">
<div class="version">
<span>moaw build: ${environment.version}</span>
<span>aks-labs build: ${environment.version}</span>
<span *ngIf="credits"> - {{ credits }}</span>
</div>
<button class="button-round back-to-top" (click)="backToTop()" title="Back to top">
Expand All @@ -62,7 +62,7 @@ import { updateTrackingCodes } from '../loader';
</ng-container>
<ng-template #defaultFooter>
<app-icon class="with-margin" name="mark-github" size="12"></app-icon>
<a href="${githubRepositoryUrl}" target="_blank">moaw</a> (build: ${environment.version})
<a href="${githubRepositoryUrl}" target="_blank">aks-labs</a> (build: ${environment.version})
</ng-template>
</footer>
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { Link } from '../link';
<app-icon name="three-bars" size="24"></app-icon>
</button>
<div class="logo" *ngIf="logo">
<a *ngIf="logoUrl !== undefined; else logoOnly" [href]="logoUrl"><img [src]="logo" alt="Moaw" /></a>
<ng-template #logoOnly><img [src]="logo" alt="Moaw" /></ng-template>
<a *ngIf="logoUrl !== undefined; else logoOnly" [href]="logoUrl"><img [src]="logo" alt="AKS Labs" /></a>
<ng-template #logoOnly><img [src]="logo" alt="AKS Labs" /></ng-template>
</div>
<div class="title text-ellipsis">{{ title }}</div>
<div class="fill"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/website/src/app/shared/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const githubRepositoryUrl = 'https://github.com/microsoft/moaw';
export const githubRepositoryUrl = 'https://github.com/Azure-Samples/aks-labs';
export const defaultWorkshopFile = 'workshop.md';
export const defaultLanguage = 'en';
export const githubFileScheme = 'gh:';
Expand Down
2 changes: 1 addition & 1 deletion packages/website/src/public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Workaround for GitHub Pages not supporting SPA routing -->
<script>
sessionStorage.redirect = location.href;
const url = window.location.hostname.includes('.github.io') ? '/moaw/' : '/';
const url = window.location.hostname.includes('.github.io') ? '/aks-labs/' : '/';
window.location.replace(url);
</script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions packages/website/src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>MOAW</title>
<title>AKS LABS</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
if (window.location.hostname.includes('.github.io')) {
window.document.head.getElementsByTagName('base')[0].href = '/moaw/';
window.document.head.getElementsByTagName('base')[0].href = '/aks-labs/';
}
</script>
<link rel="icon" type="image/png" href="favicon.png">
<script async src="statslite.js"></script>
<!-- <script async src="statslite.js"></script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "e9irosy2ud");
</script>
</script> -->
</head>
<body>
<app-root></app-root>
Expand Down
2 changes: 1 addition & 1 deletion workshops/create-workshop/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ git push

Next, we'll create an entry for your workshop to get it listed on the MOAW website.

1. Edit the `external.yml` file by opening [this link](https://github.com/microsoft/moaw/edit/main/packages/database/external.yml) in your browser.
1. Edit the `external.yml` file by opening [this link](https://github.com/Azure-Samples/aks-labs/edit/main/packages/database/external.yml) in your browser.

2. Select the **Fork this repository** button to create a fork of the MOAW repository, which will allow you to make changes to the file.

Expand Down

0 comments on commit 751bba8

Please sign in to comment.