-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6006f78
commit 660e517
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -18,14 +18,14 @@ | |
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
|
||
title: PCUI | ||
title: PCUI | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
PCUI - User interface components for the web | ||
baseurl: "/pcui" # the subpath of your site, e.g. /blog | ||
url: "https://playcanvas.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: playcanvas | ||
github_username: playcanvas | ||
github_username: playcanvas | ||
|
||
# Build settings | ||
theme: "just-the-docs" | ||
|
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 |
---|---|---|
|
@@ -18,14 +18,14 @@ | |
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
|
||
title: PCUI | ||
title: PCUI | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
PCUI - User interface components for the web | ||
baseurl: "/" # the subpath of your site, e.g. /blog | ||
url: "http://localhost:3497" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: playcanvas | ||
github_username: playcanvas | ||
github_username: playcanvas | ||
|
||
# Build settings | ||
theme: "just-the-docs" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"entryPoints": ["./src/index.ts"], | ||
"githubPages": false, | ||
"name": "PCUI API", | ||
"navigationLinks": { | ||
"Developer Site": "https://developer.playcanvas.com/", | ||
"Discord": "https://discord.gg/RSaMRzg", | ||
"Forum": "https://forum.playcanvas.com/", | ||
"GitHub": "https://github.com/playcanvas/pcui" | ||
}, | ||
"out": "typedocs", | ||
"plugin": [ | ||
"typedoc-plugin-mdn-links" | ||
], | ||
"readme": "none" | ||
} |