From 0beb742d19524a2fe311b0cdd10c232d831b0865 Mon Sep 17 00:00:00 2001 From: Phan Van Thai Date: Fri, 6 Oct 2023 17:55:03 +0700 Subject: [PATCH] test --- {docs/.github => .github}/CODEOWNERS | 0 {docs/.github => .github}/config.yml | 0 {docs/.github => .github}/no-response.yml | 0 {docs/.github => .github}/settings.yml | 0 {docs/.github => .github}/stale.yml | 0 {docs/.github => .github}/workflows/ci.yaml | 0 docs/.gitignore => .gitignore | 0 docs/.rubocop.yml => .rubocop.yml | 0 docs/.travis.yml => .travis.yml | 0 docs/404.html => 404.html | 0 docs/Gemfile => Gemfile | 0 docs/LICENSE => LICENSE | 0 README.md | 2 +- docs/_config.yml => _config.yml | 5 +- .../head-custom-google-analytics.html | 0 .../_includes => _includes}/head-custom.html | 4 +- {docs/_layouts => _layouts}/default.html | 7 +- {docs/_sass => _sass}/cayman.scss | 0 .../_sass => _sass}/jekyll-theme-cayman.scss | 10 +- {docs/_sass => _sass}/normalize.scss | 0 {docs/_sass => _sass}/rouge-github.scss | 0 {docs/_sass => _sass}/variables.scss | 2 +- {docs/assets => assets}/css/style.scss | 0 assets/images/favicon.png | Bin 0 -> 890 bytes .../images/multi-app-structure.png | Bin .../images/process-module-structure.png | Bin docs/developer-guide.md => developer-guide.md | 5 +- docs/Gemfile.lock | 271 ------------------ docs/README.md | 116 -------- .../2023-09-22-welcome-to-jekyll.markdown | 29 -- docs/about.markdown | 18 -- docs/docs/CODE_OF_CONDUCT.md | 46 --- docs/docs/CONTRIBUTING.md | 88 ------ docs/docs/SUPPORT.md | 9 - docs/thumbnail.png | Bin 31970 -> 0 bytes docs/index.markdown => index.markdown | 0 index.md | 23 ++ ...man.gemspec => jekyll-theme-cayman.gemspec | 0 {docs/script => script}/bootstrap | 0 {docs/script => script}/cibuild | 0 {docs/script => script}/release | 0 {docs/script => script}/server | 0 {docs/script => script}/validate-html | 0 thumbnail.png | Bin 0 -> 5320 bytes docs/index.md => user-guide.md | 18 -- 45 files changed, 44 insertions(+), 609 deletions(-) rename {docs/.github => .github}/CODEOWNERS (100%) rename {docs/.github => .github}/config.yml (100%) rename {docs/.github => .github}/no-response.yml (100%) rename {docs/.github => .github}/settings.yml (100%) rename {docs/.github => .github}/stale.yml (100%) rename {docs/.github => .github}/workflows/ci.yaml (100%) rename docs/.gitignore => .gitignore (100%) rename docs/.rubocop.yml => .rubocop.yml (100%) rename docs/.travis.yml => .travis.yml (100%) rename docs/404.html => 404.html (100%) rename docs/Gemfile => Gemfile (100%) rename docs/LICENSE => LICENSE (100%) rename docs/_config.yml => _config.yml (85%) rename {docs/_includes => _includes}/head-custom-google-analytics.html (100%) rename {docs/_includes => _includes}/head-custom.html (67%) rename {docs/_layouts => _layouts}/default.html (84%) rename {docs/_sass => _sass}/cayman.scss (100%) rename {docs/_sass => _sass}/jekyll-theme-cayman.scss (98%) rename {docs/_sass => _sass}/normalize.scss (100%) rename {docs/_sass => _sass}/rouge-github.scss (100%) rename {docs/_sass => _sass}/variables.scss (92%) rename {docs/assets => assets}/css/style.scss (100%) create mode 100644 assets/images/favicon.png rename {docs/assets => assets}/images/multi-app-structure.png (100%) rename {docs/assets => assets}/images/process-module-structure.png (100%) rename docs/developer-guide.md => developer-guide.md (95%) delete mode 100644 docs/Gemfile.lock delete mode 100644 docs/README.md delete mode 100644 docs/_posts/2023-09-22-welcome-to-jekyll.markdown delete mode 100644 docs/about.markdown delete mode 100644 docs/docs/CODE_OF_CONDUCT.md delete mode 100644 docs/docs/CONTRIBUTING.md delete mode 100644 docs/docs/SUPPORT.md delete mode 100644 docs/thumbnail.png rename docs/index.markdown => index.markdown (100%) create mode 100644 index.md rename docs/jekyll-theme-cayman.gemspec => jekyll-theme-cayman.gemspec (100%) rename {docs/script => script}/bootstrap (100%) rename {docs/script => script}/cibuild (100%) rename {docs/script => script}/release (100%) rename {docs/script => script}/server (100%) rename {docs/script => script}/validate-html (100%) create mode 100644 thumbnail.png rename docs/index.md => user-guide.md (87%) diff --git a/docs/.github/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from docs/.github/CODEOWNERS rename to .github/CODEOWNERS diff --git a/docs/.github/config.yml b/.github/config.yml similarity index 100% rename from docs/.github/config.yml rename to .github/config.yml diff --git a/docs/.github/no-response.yml b/.github/no-response.yml similarity index 100% rename from docs/.github/no-response.yml rename to .github/no-response.yml diff --git a/docs/.github/settings.yml b/.github/settings.yml similarity index 100% rename from docs/.github/settings.yml rename to .github/settings.yml diff --git a/docs/.github/stale.yml b/.github/stale.yml similarity index 100% rename from docs/.github/stale.yml rename to .github/stale.yml diff --git a/docs/.github/workflows/ci.yaml b/.github/workflows/ci.yaml similarity index 100% rename from docs/.github/workflows/ci.yaml rename to .github/workflows/ci.yaml diff --git a/docs/.gitignore b/.gitignore similarity index 100% rename from docs/.gitignore rename to .gitignore diff --git a/docs/.rubocop.yml b/.rubocop.yml similarity index 100% rename from docs/.rubocop.yml rename to .rubocop.yml diff --git a/docs/.travis.yml b/.travis.yml similarity index 100% rename from docs/.travis.yml rename to .travis.yml diff --git a/docs/404.html b/404.html similarity index 100% rename from docs/404.html rename to 404.html diff --git a/docs/Gemfile b/Gemfile similarity index 100% rename from docs/Gemfile rename to Gemfile diff --git a/docs/LICENSE b/LICENSE similarity index 100% rename from docs/LICENSE rename to LICENSE diff --git a/README.md b/README.md index 70505c0..28387c4 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# ivyexpress \ No newline at end of file +# Axon Ivy Express \ No newline at end of file diff --git a/docs/_config.yml b/_config.yml similarity index 85% rename from docs/_config.yml rename to _config.yml index 0b26588..3404e70 100644 --- a/docs/_config.yml +++ b/_config.yml @@ -18,10 +18,11 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Axon Ivy Express +title: Axon Ivy Express | Documentation +header_title: Axon Ivy Express email: thai.phanvan@axonactive.com description: >- # this means to ignore newlines until "baseurl:" - So far, this document familiarized you with the Portal and explained:
What is the Express
How you can use Express in the Portal + This document provides an introduction to the Portal and explains the concept
of the Express and how it can be utilized within the Portal. It familiarizes you
with the Portal and gives you a clear understanding of what the Express is and
how you can use it to your advantage. show_portal_user_guide: true show_portal_developer_guide: true domain: pvthai-axonivy.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com diff --git a/docs/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html similarity index 100% rename from docs/_includes/head-custom-google-analytics.html rename to _includes/head-custom-google-analytics.html diff --git a/docs/_includes/head-custom.html b/_includes/head-custom.html similarity index 67% rename from docs/_includes/head-custom.html rename to _includes/head-custom.html index f7187e7..5b2f114 100644 --- a/docs/_includes/head-custom.html +++ b/_includes/head-custom.html @@ -4,6 +4,6 @@ {% include head-custom-google-analytics.html %} - - + +{{ site.title }} diff --git a/docs/_layouts/default.html b/_layouts/default.html similarity index 84% rename from docs/_layouts/default.html rename to _layouts/default.html index 6f96f40..1c5f115 100644 --- a/docs/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,6 @@ -{% seo %} @@ -16,10 +15,10 @@ Skip to the content.