-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(documentation): document internet-header configuration setup (#…
- Loading branch information
1 parent
3551745
commit 5776aaf
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,23 @@ The header for client-facing applications. | |
<p class="card-text">The Internet Header is built to support the already existing Portal Configuration used for the old Internet Header. | ||
<br/>If you're working on a new project, you probably need a new configuration. Please contact the Post Portal Team.</p> | ||
|
||
<a className="mb-small-r btn-primary btn" | ||
href="mailto:[email protected]" | ||
rel="noopener">Contact Post Portal Team <post-icon name="1001" className="fs-large" /></a> | ||
|
||
<div className="alert alert-info alert-md"> | ||
<h6>Step 1</h6> | ||
<p class="fs-regular">Integration of header only: contact <a className="link-warning" href="mailto:[email protected]" rel="noopener">[email protected] <post-icon name="1001" className="fs-large" /></a> directly</p> | ||
<p class="fs-regular">Integration of header and KLP: contact KLP first for integration</p> | ||
|
||
<h6>Step 2</h6> | ||
<p class="fs-regular">Provide these informations to DM Tec:</p> | ||
<ul class="fs-regular"> | ||
<li>ServiceID (ProjektID)</li> | ||
<li>Languages which you'd like to support</li> | ||
<li>Allowed referrers per environment (test/int/prod)</li> | ||
<li>Categories for the Online Service (see <a class="link-warning" href="https://www.post.ch/de/kundencenter/onlinedienste#t=AllOSTab&sort=%40servicez32xname%20ascending" rel="noopener">https://www.post.ch/de/kundencenter/onlinedienste#t=AllOSTab&sort=%40servicez32xname%20ascending</a> for a list)</li> | ||
<li>Name of the Online Service in all available languages</li> | ||
<li>URLs of all environments and languages (links should be dependent on language)</li> | ||
<li>Abstract in all available languages (will be shown on <a class="link-warning" href="https://www.post.ch/de/kundencenter/onlinedienste#t=AllOSTab&sort=%40servicez32xname%20ascending" rel="noopener">https://www.post.ch/de/kundencenter/onlinedienste#t=AllOSTab&sort=%40servicez32xname%20ascending</a>)</li> | ||
</ul> | ||
|
||
<div className="alert alert-info alert-md mt-24"> | ||
<p>Not every Online Service has configurations for all environments. | ||
For example, "TOPOS" only has `int02` configured and cannot use `int01` as value for environment. | ||
If you are not sure what's configured for your project, please reach out to the post-portal team as well.</p> | ||
|