-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore(V2): rename
Tutorials
to Guides
- Loading branch information
Showing
12 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions
20
...nippets/tutorials/loading_scenes/index.ts → ...o-snippets/guides/loading_scenes/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import { demo } from "../../demo"; | ||
import { ViewDemoHost } from "../../hosts"; | ||
/** Here goes code demo code that you can see in the playground */ | ||
import publicScene from "./public_scene.ts?raw"; | ||
import privateScene from "./private_scene.ts?raw"; | ||
|
||
export const loadingScenes = { | ||
...demo("loading_scenes", "public_scene", publicScene, ViewDemoHost, {}, "Loading public scenes."), | ||
...demo("loading_scenes", "private_scene", privateScene, ViewDemoHost, {}, "Loading private scenes."), | ||
}; | ||
import { demo } from "../../demo"; | ||
import { ViewDemoHost } from "../../hosts"; | ||
/** Here goes code demo code that you can see in the playground */ | ||
import publicScene from "./public_scene.ts?raw"; | ||
import privateScene from "./private_scene.ts?raw"; | ||
|
||
export const loadingScenes = { | ||
...demo("loading_scenes", "public_scene", publicScene, ViewDemoHost, {}, "Loading public scenes."), | ||
...demo("loading_scenes", "private_scene", privateScene, ViewDemoHost, {}, "Loading private scenes."), | ||
}; |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import * as tutorials from "./tutorials"; | ||
import * as guides from "./guides"; | ||
|
||
export { tutorials }; | ||
export { guides }; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters