Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ithub.io into cis2-ios
  • Loading branch information
dg-concordium committed Oct 9, 2023
2 parents 817e982 + 06d3b10 commit c79f814
Show file tree
Hide file tree
Showing 154 changed files with 4,606 additions and 2,662 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ Example:
This text appears when the reader clicks on the dropdown element.
```
#### Glossary terms

Enter glossary terms in the glossary.rst if they are not already in the glossary. Pay close attention to the indentation in the glossary.

In the topic where the term is referenced, use the `:term:<my term>` directive when writing a glossary term in the text. If you want to use different text than how the term appears in the glossary, use the following format: `:term:My terms<my term>`.

### Images

Expand Down
Binary file removed public/extra/background-img.png
Binary file not shown.
64 changes: 0 additions & 64 deletions public/extra/concordium-logo-dark.svg

This file was deleted.

4 changes: 2 additions & 2 deletions public/extra/testnet.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

<body>
<div class="logo-container">
<img class="logo" src="concordium-logo-dark.svg" />
<img class="logo" src="/en/_static/concordium-logo.svg" />
<h1>Documentation</h1>
<p>The documentation for the Concordium Testnet is now incorporated into the Mainnet documentation.</p>
<p>The Mainnet documentation can be found <a href="https://developer.concordium.software/en/mainnet/index.html">here</a></p>
</div>

<style>
body {
background: url("background-img.png") no-repeat center center fixed, rgb(240, 240, 240);
background: url("/en/_static/background-img.png") no-repeat center center fixed, rgb(240, 240, 240);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down
4 changes: 2 additions & 2 deletions public/extra/testnet4.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

<body>
<div class="logo-container">
<img class="logo" src="/en/_static/concordium-logo-dark.svg" />
<img class="logo" src="/en/_static/concordium-logo.svg" />
<h1>Documentation</h1>
<p>The documentation for the Concordium Testnet4 is no longer available.</p>
<p>The Mainnet documentation can be found <a href='/'>here</a></p>
<p>The Mainnet documentation can be found <a href="https://developer.concordium.software/en/mainnet/index.html>here</a></p>
</div>
<style>
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ sphinx-tabs
pydata-sphinx-theme==0.8.1
sphinx-notfound-page==0.8
jsx-lexer==1.0.0
sphinx-tippy==0.4.1
Binary file modified source/_static/background-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 4 additions & 63 deletions source/_static/concordium-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions source/_static/concordium-logo-no-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c79f814

Please sign in to comment.