diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/BCPackages-Interface.iml b/.idea/BCPackages-Interface.iml new file mode 100644 index 0000000..9f7ba11 --- /dev/null +++ b/.idea/BCPackages-Interface.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..3577762 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1edc894 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/assets/svg/logo-symbolic.svg b/assets/svg/logo-symbolic.svg new file mode 100644 index 0000000..75613a8 --- /dev/null +++ b/assets/svg/logo-symbolic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 90749c7..390a5ba 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ find references to all oreon packages.

-

Oreon blue

+

Oreon 9

Mainstream packages Mainstream source
@@ -54,4 +54,4 @@
- \ No newline at end of file + diff --git a/oreonproject/oreon-blue/mainstream/index.html b/oreonproject/oreon-9/mainstream/index.html similarity index 100% rename from oreonproject/oreon-blue/mainstream/index.html rename to oreonproject/oreon-9/mainstream/index.html diff --git a/oreonproject/oreon-blue/src/index.html b/oreonproject/oreon-9/src/index.html similarity index 100% rename from oreonproject/oreon-blue/src/index.html rename to oreonproject/oreon-9/src/index.html