Skip to content

Commit

Permalink
Updated docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Sep 21, 2023
1 parent 6bf10b3 commit dbbd6c6
Show file tree
Hide file tree
Showing 17 changed files with 1,447 additions and 1,398 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ gwt-unitCache/
/eclipse.xml
/doc/.dnconfig-shm
/doc/.dnconfig-wal
**/.DS_Store
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This plugin makes it easy to build projects using [GWT](http://www.gwtproject.or

It was originally [created by Steffen Schaefer](https://github.com/steffenschaefer/gwt-gradle-plugin). Really appreciate his effort on making this great plugin.

In last two years, there were no updates in the original git repo, so I plan to continue the maintenance in this fork.
In last two years, there were no updates in the original git repo, so we plan to continue the maintenance in this fork.

For more information, please see the new documentation site I created: [http://gwt-gradle-plugin.documentnode.io](http://gwt-gradle-plugin.documentnode.io)
For more information, please see the latest documentation site: [http://gwt-gradle.docstr.org](http://gwt-gradle.docstr.org)

## Usage

Expand All @@ -18,7 +18,7 @@ Using the plugins DSL:

```
plugins {
id "org.docstr.gwt" version "1.1.25"
id "org.docstr.gwt" version "1.1.28"
}
```

Expand All @@ -32,14 +32,14 @@ buildscript {
}
}
dependencies {
classpath "org.docstr:gwt-gradle-plugin:1.1.25"
classpath "org.docstr:gwt-gradle-plugin:1.1.28"
}
}
apply plugin: "org.docstr.gwt"
```

GWT Gradle Plugin is also available in [Maven central repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.docstr%22AND%20a%3A%22gwt-gradle-plugin%22).
GWT Gradle Plugin is also available in [Maven central repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.docstr%22%20AND%20a%3A%22gwt-gradle-plugin%22).

The following example shows the code to set up gwt-gradle-plugin for a GWT web application project using Maven/Gradle standard layout.

Expand All @@ -51,7 +51,7 @@ The following example shows the code to set up gwt-gradle-plugin for a GWT web a
}
}
dependencies {
classpath 'org.docstr:gwt-gradle-plugin:1.1.25'
classpath 'org.docstr:gwt-gradle-plugin:1.1.28'
}
}

Expand All @@ -68,7 +68,7 @@ This will configure your GWT web project to execute the GWT compiler and include
To build the *.war file including your compiled GWT modules, simply call "gradle build".
If you want to start the GWT development mode simply call "gradle gwtDev".

To learn about different scenarios or more specific configuration needs, please refer to the [Documentation](http://gwt-gradle-plugin.documentnode.io).
To learn about different scenarios or more specific configuration needs, please refer to the [Documentation](http://gwt-gradle.docstr.org).

## How to build

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sourceSets.main.java.outputDir = new File(buildDir, "classes/main")
sourceSets.test.java.outputDir = new File(buildDir, "classes/test")

pluginBundle {
website = 'http://gwt-gradle-plugin.documentnode.io'
website = 'http://gwt-gradle.docstr.org'
vcsUrl = 'https://github.com/jiakuan/gwt-gradle-plugin'
tags = ['gwt', 'gwt-gradle']
}
Expand Down
6 changes: 5 additions & 1 deletion doc/.dnsite/__pages__/__doc__.page/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
{
"text": "Configuration",
"url": "/setup/Configuration References"
},
{
"text": "Project Types",
"url": "/setup/Project Types"
}
],
"right_menu_items": [
{
"text": "Javadoc",
"url": "/javadoc"
"url": "/javadoc/"
}
],
"user_actions": {
Expand Down
5 changes: 5 additions & 0 deletions doc/.dnsite/__pages__/__doc__.page/1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@

.menu ul li a {
color: #444444;

&.active {
color: #718c30;
border-bottom-color: #718c30;
}
}
}
}
Expand Down
Binary file modified doc/favicon.ico
Binary file not shown.
Binary file modified doc/images/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,358 changes: 691 additions & 667 deletions doc/images/logo-text.ai

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/images/logo-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dbbd6c6

Please sign in to comment.