Skip to content

Commit

Permalink
Docs placeholder for alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 30, 2023
1 parent 2c7319f commit ff944a7
Show file tree
Hide file tree
Showing 23 changed files with 19 additions and 211 deletions.
10 changes: 2 additions & 8 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
nav:
- index.md
- getting-started
- concepts
- Wiring Diagram: wiring
- Install & Upgrade: install-upgrade
- User Guide: user-guide
- Reference: reference
- Troubleshooting: troubleshooting
- ...
- contribute
- release-notes

Binary file removed docs/assets/favicon.ico
Binary file not shown.
Binary file removed docs/assets/logo.webp
Binary file not shown.
1 change: 0 additions & 1 deletion docs/concepts/overview.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/contribute/.pages

This file was deleted.

Empty file removed docs/contribute/docs.md
Empty file.
Empty file removed docs/contribute/overview.md
Empty file.
1 change: 0 additions & 1 deletion docs/getting-started/overview.md

This file was deleted.

165 changes: 3 additions & 162 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,165 +1,6 @@
# Introduction

For full documentation visit [mkdocs.org](https://www.mkdocs.org).
Documentation for alpha-1 release is available though the [support portal](https://support.githedgehog.com/)
Knowledge base articles.

## Commands

* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.

## Project layout

mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.


## Examples

https://squidfunk.github.io/mkdocs-material/reference/

The HTML specification is maintained by the W3C.

*[HTML]: Hyper Text Markup Language

W3C abbr coming from includes/abbreviations.md


https://squidfunk.github.io/mkdocs-material/reference/admonitions/
https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types

```markdown
!!! note

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
massa, nec semper lorem quam in massa.
```

!!! note

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
massa, nec semper lorem quam in massa.

```markdown
!!! info inline end "Lorem ipsum"

Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Nulla et euismod nulla.
Curabitur feugiat, tortor non consequat
finibus, justo purus auctor massa, nec
semper lorem quam in massa.
```

!!! info end "Lorem ipsum"

Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Nulla et euismod nulla.
Curabitur feugiat, tortor non consequat
finibus, justo purus auctor massa, nec
semper lorem quam in massa.

``` py
import tensorflow as tf
```

``` py title="bubble_sort.py" hl_lines="2 3" linenums="1"
def bubble_sort(items):
for i in range(len(items)):
for j in range(len(items) - 1 - i):
if items[j] > items[j + 1]:
items[j], items[j + 1] = items[j + 1], items[j]
```

``` yaml
theme:
features:
- content.code.annotate # (1)
```
1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted
text__, images, ... basically anything that can be written in Markdown.



=== "C"

``` c
#include <stdio.h>
int main(void) {
printf("Hello world!\n");
return 0;
}
```

=== "C++"

``` c++
#include <iostream>
int main(void) {
std::cout << "Hello world!" << std::endl;
return 0;
}
```


| Method | Description |
| :---------- | :----------------------------------- |
| `GET` | :material-check: Fetch resource |
| `PUT` | :material-check-all: Update resource |
| `DELETE` | :material-close: Delete resource |


``` mermaid
graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];
C --> D[Debug];
D --> B;
B ---->|No| E[Yay!];
```

``` mermaid
sequenceDiagram
autonumber
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
```

Text can be {--deleted--} and replacement text {++added++}. This can also be
combined into {~~one~>a single~~} operation. {==Highlighting==} is also
possible {>>and comments can be added inline<<}.

{==

Formatting can also be applied to blocks by putting the opening and closing
tags on separate lines and adding new lines between the tags and the content.

==}

++ctrl+alt+del++


``` markdown
:fontawesome-regular-face-laugh-wink:
:fontawesome-brands-twitter:{ .twitter }
```

:fontawesome-regular-face-laugh-wink:
:fontawesome-brands-twitter:{ .twitter }

https://github.com/mkdocstrings/autorefs

(test url)[https://test.githedgehog.com]
Release notes are available [here](release-notes/index.md).
1 change: 0 additions & 1 deletion docs/install-upgrade/overview.md

This file was deleted.

Empty file.
Empty file.
1 change: 0 additions & 1 deletion docs/reference/api.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/reference/cli.md

This file was deleted.

14 changes: 14 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release notes

## Alpha-1

Fabric topology: collapsed-core

Software versions:

* Fabricator: v0.5.2
* Fabric: v0.18.6
* Das-boot: v0.8.2
* K3s: v1.27.4-k3s1
* Zot: v1.4.3
* SONiC: Broadcom Enterprise Base 4.1.1
1 change: 0 additions & 1 deletion docs/troubleshooting/overview.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/user-guide/.pages

This file was deleted.

Empty file removed docs/user-guide/harvester.md
Empty file.
1 change: 0 additions & 1 deletion docs/user-guide/overview.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/user-guide/vpc.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/wiring/.pages

This file was deleted.

19 changes: 0 additions & 19 deletions docs/wiring/clos.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/wiring/overview.md

This file was deleted.

0 comments on commit ff944a7

Please sign in to comment.