Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvthai-axonivy committed Oct 6, 2023
1 parent 2a21705 commit 0beb742
Show file tree
Hide file tree
Showing 45 changed files with 44 additions and 609 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# ivyexpress
# Axon Ivy Express
5 changes: 3 additions & 2 deletions docs/_config.yml → _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
So far, this document familiarized you with the Portal and explained: <br> What is the Express <br> How you can use Express in the Portal
This document provides an introduction to the Portal and explains the concept<br> of the Express and how it can be utilized within the Portal. It familiarizes you<br> with the Portal and gives you a clear understanding of what the Express is and<br> 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
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{% include head-custom-google-analytics.html %}

<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}" -->

<link rel="shortcut icon" type="image/x-icon" href="{{ '/assets/images/favicon.png' }}">
<title>{{ site.title }}</title>
<!-- end custom head snippets -->
7 changes: 3 additions & 4 deletions docs/_layouts/default.html → _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">

{% seo %}
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -16,10 +15,10 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>

<header class="page-header" role="banner">
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
<h1 class="project-name"><a href="./" class="header-title">{{ page.header_title | default: site.header_title }}</a></h1>
<h2 class="project-tagline">{{ page.description | default: site.description }}</h2>
{% if site.show_portal_user_guide %}
<a href="./" class="btn">User Guide</a>
<a href="./user-guide.html" class="btn">User Guide</a>
{% endif %}
{% if site.show_portal_developer_guide %}
<a href="./developer-guide.html" class="btn">Developer Guide</a>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ a {
}
}

.header-title {
color: rgba(255, 255, 255, 0.7);

&:hover {
text-decoration: none;
}
}

.btn {
display: inline-block;
margin-bottom: 1rem;
Expand Down Expand Up @@ -167,7 +175,7 @@ a {
}

@include large {
max-width: 64rem;
max-width: 70rem;
padding: 2rem 6rem;
margin: 0 auto;
font-size: 1.1rem;
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/_sass/variables.scss → _sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $header-bg-color: #159957 !default;
$header-bg-color-secondary: #155799 !default;

// Text
$section-headings-color: #159957 !default;
$section-headings-color: #007095 !default;
$body-text-color: #606c71 !default;
$body-link-color: #1e6bb8 !default;
$blockquote-text-color: #819198 !default;
Expand Down
File renamed without changes.
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
5 changes: 2 additions & 3 deletions docs/developer-guide.md → developer-guide.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
layout: default
title: Axon Ivy Express
---

# **Axon Ivy Express in the Portal**
## **Axon Ivy Express in the Portal**

The Portal and Projects using it should be deployed in different
applications but in the same security context.
Expand Down Expand Up @@ -37,7 +36,7 @@ The templates offer features like top menu, application menu and user
menu. It also contains start process links to default pages like Portal
home, Portal task list, Portal case list etc..

## **axonivy-express**
## **AxonIvyExpress**

**No Code Process Management**

Expand Down
271 changes: 0 additions & 271 deletions docs/Gemfile.lock

This file was deleted.

Loading

0 comments on commit 0beb742

Please sign in to comment.