feat: Implement core add-in UI and logic, establish MkDocs documentation, and update production manifest.

This commit is contained in:
2026-03-02 15:59:19 +01:00
parent ae90228011
commit 812d76e44c
6 changed files with 47 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>2c37abde-33e4-4624-b95a-a0aed1526f1b</Id>
<Version>1.0.1.1</Version>
<Version>1.0.1.2</Version>
<ProviderName>SAT Elektrotechnik GmbH</ProviderName>
<DefaultLocale>de-DE</DefaultLocale>
<DisplayName DefaultValue="SAT - Kabelliste Generator (PROD)"/>
<Description DefaultValue="Konsolidiert strukturierte Kabelzugdaten aus mehreren Tabellenblättern in eine Gesamtliste."/>
<IconUrl DefaultValue="https://localhost:3000/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-64.png"/>
<SupportUrl DefaultValue="https://localhost:3000/"/>
<SupportUrl DefaultValue="https://docs.casademm.de/"/>
<AppDomains>
<AppDomain>https://localhost:3000/</AppDomain>
</AppDomains>