Build and deploy beautiful documentation sites that grow with you

Build and deploy beautiful documentation sites that grow with you

OrchidAzure

Connect your Orchid site to Microsoft Azure services.

official wiki

About

OrchidAzure connects your Azure DevOps Wiki to Orchid, making it simple to publish your knowledge base as a full website.

Demo

This plugin is currently still in progress and not all features are available with a demo yet. Please check back later.

Usage

Wiki Adapter

This feature is still in progress and is not yet available

OrchidAzure comes with an azure Wiki Adapter, to connect to an existing Wiki for your Azure DevOps team and embed it as a wiki section. This will clone the wiki repository and convert its contents to an Orchid wiki automatically. The order of pages in the wiki will match the order set up in the online repo, and a summary generated to match the file structure.

# config.yml
wiki: 
  sections:
    userManual:
      adapter: 
        type: "azure"
        repo: "[Azure DevOps wiki repository URL]"
dependencies {
    orchidRuntime("io.github.javaeden.orchid:OrchidAzure:0.18.0")
}
<dependency>
    <groupId>io.github.javaeden.orchid</groupId>
    <artifactId>OrchidAzure</artifactId>
    <version>0.18.0</version>
    <type>pom</type>
</dependency>
@file:DependsOn("io.github.javaeden.orchid:OrchidAzure:0.18.0")