diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index 0ae58d73f..9519dbecf 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -19,7 +19,7 @@ legal: ["license-*", "**/license-*"] scheme: ["scheme/*"] tools: ["tools/*"] example: ["example/*"] -documentaion: ["docs/*"] +documentation: ["docs/*"] maven: ["maven/*"] core: ["core/*"] diff --git a/docs/pom.xml b/docs/pom.xml index eb880bef3..3f6300e61 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -22,7 +22,7 @@ platform-parent cz.o2.proxima - 0.5-SNAPSHOT + 0.6-SNAPSHOT 4.0.0 @@ -65,7 +65,8 @@ - + + - \ No newline at end of file + diff --git a/docs/src/public b/docs/src/public deleted file mode 120000 index 19cf20c75..000000000 --- a/docs/src/public +++ /dev/null @@ -1 +0,0 @@ -../target/public/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5b1c6c6c8..aa0a7fe3b 100644 --- a/pom.xml +++ b/pom.xml @@ -421,6 +421,7 @@ **/src/test/resources/** **/src/main/resources/** install-jdk.sh + **/src/themes/**