Compare commits

...

2 Commits

Author SHA1 Message Date
08234e932b enable pdf for gemini db documents
All checks were successful
gl/check check status: success (08234e932bf84b29472f86796ab40fed1035968f)
gl/gate gate status: success (08234e932bf84b29472f86796ab40fed1035968f)
2024-12-09 10:07:41 +00:00
c0a83341f4 Switch Price Calculator to Public
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2024-11-29 16:45:58 +00:00
4 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
hc_location: api/nosql
html_location: docs/geminidb/api-ref
link: /geminidb/api-ref/
pdf_name: geminidb-api-ref
pdf_enabled: true
rst_location: api-ref/source
service_type: geminidb
title: API Reference

View File

@ -2,7 +2,7 @@
hc_location: usermanual/nosql
html_location: docs/geminidb/umn
link: /geminidb/umn/
pdf_name: geminidb-umn
pdf_enabled: true
rst_location: umn/source
service_type: geminidb
title: User Guide

View File

@ -1,5 +1,4 @@
---
environment: internal
link: /price-calculator/api-ref/
pdf_name: pc-api-ref
rst_location: api-ref/source

View File

@ -1,5 +1,5 @@
---
environment: hidden
environment: public
repositories:
- environment: internal
repo: docs/price-calculator