-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously templates were extracted as-is, but we also need to strip prefix directory for Dokka to detect it. Though I has to disable auto-provisioning of template as it does not work in standalone mode: KT-73082. ^KT-73076 In Progress
- Loading branch information
1 parent
858b914
commit a7dabb6
Showing
4 changed files
with
36 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Kotlinlang Gradle API reference | ||
|
||
This project assembles API reference for Kotlin Gradle plugins to publish it to https://kotlinlang.org. | ||
|
||
### Configuration | ||
|
||
- `build/templates` dir is used for Kotlinlang website templates. Currently, they should be put there manually. | ||
|
||
### Assembling | ||
|
||
To assemble API reference run: | ||
```shell | ||
$ ./gradlew :gradle:documentation:dokkaKotlinlangDocumentation -Pteamcity=true | ||
``` | ||
|
||
Once build is finished - API reference is available in `build/documentation/kotlinlang` directory. |
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