Skip to content

Commit f6325b2

Browse files
authored
chore: add wide logo and update docs (#4)
1 parent bbf18bf commit f6325b2

10 files changed

+32
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
variation from icon source: https://godotengine.org/assets/press/icon_color.svg
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
variation from icon source: https://godotengine.org/assets/press/icon_color.svg
38.9 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
variation from icon source: https://github.com/why-try313/godot-ECMAScript-cookbook/blob/master/wiki-images/godotJS-logo-275w.png
32.8 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
icon source: https://github.com/why-try313/godot-ECMAScript-cookbook/blob/master/wiki-images/godotJS-logo-275w.png

docs/css/extra.css

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ godot.register_property(MyClass, "number_value", {
6464
});
6565
```
6666

67-
For more detail on how to use it, [click here](https://github.com/Geequlim/ECMAScript/issues/24#issuecomment-655584829).
67+
For more detail on how to use it, [click here](https://github.com/godotjs/javascript/issues/24#issuecomment-655584829).

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Download the binaries from the [release page](https://github.com/GodotExplorer/E
4141
- `git clone https://github.com/godotengine/godot.git`
4242
- This branch uses version `4.1` so checkout the version with: `git checkout 4.1`
4343
- Clone this module and put it into `godot/modules/javascript`:
44-
- `git clone git@github.com:Geequlim/ECMAScript.git godot/modules/javascript` or
45-
- `git clone https://github.com/Geequlim/ECMAScript.git godot/modules/javascript`
44+
- `git clone git@github.com:godotjs/javascript.git godot/modules/javascript` or
45+
- `git clone https://github.com/godotjs/javascript.git godot/modules/javascript`
4646
- [Recompile the godot engine](https://docs.godotengine.org/en/4.1/development/compiling/index.html)
4747
- Use `scons` with those additional options `warnings=extra werror=yes module_text_server_fb_enabled=yes` to show all potential errors:
4848
- Windows: `scons platform=windows warnings=extra werror=yes module_text_server_fb_enabled=yes`

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
22
site_name: GodotJS
33
site_url: https://godotjs.github.io
4-
repo_url: https://github.com/Geequlim/ECMAScript
4+
repo_url: https://github.com/godotjs/javascript
55
site_description: JS/TS language binding for Godot
6-
6+
extra_css:
7+
- css/extra.css
78
nav:
89
- Home: index.md
910
- Docs:

0 commit comments

Comments
 (0)