Skip to content

Commit

Permalink
Merge Update "Dokumentation" page in settings #62
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickackermann authored Sep 20, 2022
2 parents 737d0c5 + 95c6afe commit 146bcd8
Showing 1 changed file with 3 additions and 55 deletions.
58 changes: 3 additions & 55 deletions src/client/src/pages/settings/resourcesSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,65 +24,13 @@ class ResourcesSettings extends React.Component {
style={{
paddingTop: "1em",
}}>
Documentation:
Source code:
<br />
<a
href="https://geoservice2.ist.supsi.ch/docs/bdms"
href="https://github.com/geoadmin/suite-bdms"
rel="noopener noreferrer"
target="_BLANK">
https://geoservice2.ist.supsi.ch/docs/bdms
</a>
</div>
<div
style={{
paddingTop: "1em",
}}>
Python web Service (source code):
<br />
<a
href="https://github.com/geoadmin/service-bdms"
rel="noopener noreferrer"
target="_BLANK">
https://github.com/geoadmin/service-bdms
</a>
</div>
<div
style={{
paddingTop: "1em",
}}>
Web Application (source code):
<br />
<a
href="https://github.com/geoadmin/web-bdms"
rel="noopener noreferrer"
target="_BLANK">
https://github.com/geoadmin/web-bdms
</a>
</div>
<div
style={{
paddingTop: "1em",
}}>
Swissforages JavaScript API (source code):
<br />
<a
href="https://github.com/geoadmin/js-bdms"
rel="noopener noreferrer"
target="_BLANK">
https://github.com/geoadmin/js-bdms
</a>
</div>
<div
style={{
paddingTop: "1em",
}}>
React Stratigraphy library (source code):
<br />
<a
href="https://github.com/ist-supsi/react-stratigraphy"
rel="noopener noreferrer"
target="_BLANK">
https://github.com/ist-supsi/react-stratigraphy
https://github.com/geoadmin/suite-bdms
</a>
</div>
</div>
Expand Down

0 comments on commit 146bcd8

Please sign in to comment.