Skip to content

Commit 3170d3f

Browse files
Merge pull request #111 from geoadmin/feat-PB-2191-add-get-help-page
PB-2191 Add "Get help" page
2 parents b20cd8e + beb6b48 commit 3170d3f

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ export default defineConfig({
122122
text: 'End-of-Life',
123123
link: '/page/end-of-life',
124124
},
125+
{
126+
text: 'Get Help',
127+
link: '/page/get-help',
128+
},
125129
],
126130
socialLinks: [{ icon: 'github', link: 'https://github.com/geoadmin/doc-tech' }],
127131

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hero:
1414
link: /get-started/overview
1515
- theme: alt
1616
text: Getting help
17-
link: http://groups.google.com/group/geoadmin-api
17+
link: /page/get-help
1818

1919
features:
2020
- title: Explore Data

page/get-help.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Get Help
2+
3+
The [geo.admin.ch](https://www.geo.admin.ch) team develops, operates, and maintains this website and the documented web services.
4+
5+
How to get support:
6+
7+
- For technical questions or feedback, join the [GeoAdminCh API Google Group](http://groups.google.com/group/geoadmin-api).
8+
This is a public knowledge base, so any comments or answers you post will be visible to everyone.
9+
- To suggest improvements to this documentation, use the "Edit this page on GitHub" link at the bottom of any page to submit a pull request directly to our [GitHub repository](https://github.com/geoadmin/doc-tech).
10+
- For support related specifically to [the map viewer](https://map.geo.admin.ch/), visit [the map viewer help page](https://www.geo.admin.ch/en/map-viewer-help).
11+
You can also contact us directly from the map viewer by using the "Report a problem" option in the top-right corner.
12+
For detailed instructions, see [How to report a problem](https://www.geo.admin.ch/en/map-viewer-help-navigation-and-orientation#Report-a-problem).
13+
- For other inquiries, go to [the geo.admin.ch contacts page](https://www.geo.admin.ch/en/impressum-responsibilities-and-contacts).

0 commit comments

Comments
 (0)