Skip to content

Commit cd15ded

Browse files
author
Kristopher Turner
committed
chore: release docs version 1.0.0
1 parent 3c69859 commit cd15ded

302 files changed

Lines changed: 72416 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docusaurus.config.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,19 @@ const config = {
4545
docs: {
4646
numberPrefixParser: false,
4747
sidebarPath: './sidebars.js',
48-
// Please change this to your repo.
49-
// Remove this to remove the "edit this page" links.
5048
editUrl: 'https://github.com/AzureLocal/',
49+
lastVersion: '1.0.0',
50+
versions: {
51+
current: {
52+
label: 'Next',
53+
path: 'next',
54+
},
55+
'1.0.0': {
56+
label: '1.0.0',
57+
path: '/',
58+
badge: true,
59+
},
60+
},
5161
},
5262
blog: {
5363
showReadingTime: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azurelocal-github-io",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Assets",
3+
"position": 99,
4+
"collapsible": true,
5+
"collapsed": true,
6+
"className": "hidden"
7+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"label":"Diagrams","position":1}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"label":"HLD Diagrams","position":1}

versioned_docs/version-1.0.0/assets/diagrams/hld/azure-local-anywhere-management.drawio

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

versioned_docs/version-1.0.0/assets/diagrams/hld/azure-local-anywhere-onprem.drawio

Lines changed: 192 additions & 0 deletions
Large diffs are not rendered by default.

versioned_docs/version-1.0.0/assets/diagrams/hld/azure-local-anywhere-topology.drawio

Lines changed: 191 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Diagrams"
3+
sidebar_label: "Diagrams"
4+
sidebar_position: 2
5+
description: "Source diagram files for Azure Local"
6+
---
7+
8+
# Diagrams
9+
10+
[![Reference](https://img.shields.io/badge/Type-Reference-purple?style=flat-square)](../index.mdx)
11+
[![Azure](https://img.shields.io/badge/Platform-Azure_Local-0078D4?style=flat-square&logo=microsoftazure)](https://learn.microsoft.com/en-us/azure/azure-local/)
12+
13+
> **DOCUMENT CATEGORY**: Reference
14+
> **SCOPE**: Source diagram files
15+
> **PURPOSE**: Store editable diagram source files
16+
> **MASTER REFERENCE**: [Microsoft Learn - Azure Local](https://learn.microsoft.com/en-us/azure/azure-local/)
17+
18+
**Status**: Active
19+
20+
---
21+
22+
Source diagram files for Azure Local.
23+
24+
## File Types
25+
26+
- Draw.io files (`.drawio`)
27+
- Visio files (`.vsdx`)
28+
- PlantUML files (`.puml`)
29+
- Mermaid files (`.mmd`)
30+
- Other diagram source files
31+
32+
## Usage
33+
34+
- Keep source files here
35+
- Export images to ../images/ folder
36+
- Reference exported images in documentation
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"label":"LLD Diagrams","position":2}

0 commit comments

Comments
 (0)