diff options
author | Oleg Yukhnevich <whyoleg@gmail.com> | 2023-11-14 17:55:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 17:55:33 +0200 |
commit | 0fd90a3a3e30e70a856e1d0e8b9f93cd7654f8d2 (patch) | |
tree | ae7c43a278d08d44397750e004dbb49b0791737b | |
parent | 94a4edd5ccf43fbdb6ed833761afe659b82d4bf9 (diff) | |
download | dokka-0fd90a3a3e30e70a856e1d0e8b9f93cd7654f8d2.tar.gz dokka-0fd90a3a3e30e70a856e1d0e8b9f93cd7654f8d2.tar.bz2 dokka-0fd90a3a3e30e70a856e1d0e8b9f93cd7654f8d2.zip |
Add GitHub issues navigation for IDEA (#3341)
-rw-r--r-- | .idea/vcs.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..77269ef8 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="IssueNavigationConfiguration"> + <option name="links"> + <list> + <IssueNavigationLink> + <option name="issueRegexp" value="#(\d+)" /> + <option name="linkRegexp" value="https://github.com/Kotlin/dokka/issues/$1" /> + </IssueNavigationLink> + </list> + </option> + </component> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/dokka-integration-tests/gradle/projects/coroutines/kotlinx-coroutines" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/dokka-integration-tests/gradle/projects/serialization/kotlinx-serialization" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/dokka-integration-tests/maven/projects/biojava/biojava" vcs="Git" /> + </component> +</project>
\ No newline at end of file |