Skip to content

Commit

Permalink
fx documentation to new ux
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 22, 2024
1 parent 3bd0231 commit 68000c9
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docs/application/configuration-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ sidebar_position: 2

This is the place to set up application configurations that can be found in the [configuration section](/docs/configuration).

![Configuration window](./img/configuration_window.jpeg)
![Configuration window](./img/configuration_window_observers.png)

The sections it contains are:

* Projects: you can add/remove/modify observing capacities of your different running projects.

It can be accessed from the Tray menu through the configuration button

![menu](./img/menu.jpeg)
![menu](./img/menu.png)
Binary file removed docs/application/img/configuration_window.jpeg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/application/img/fail_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/application/img/fail_icon_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/application/img/menu.jpeg
Binary file not shown.
Binary file added docs/application/img/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/application/img/na_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/application/img/na_icon_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/application/img/ok_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/application/img/ok_icon_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/application/img/running_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/application/img/running_icon_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/application/img/summary_icon.jpeg
Binary file not shown.
Binary file added docs/application/img/summary_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/application/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ sidebar_position: 1

The summary icon in the tray bar represents the global state of all the configured builds. The meaning of the icon can be found in the [legend section](#legend) of this page.

![Summary Icon](./img/summary_icon.jpeg)
![Summary Icon](./img/summary_icon.png)

## Menu

The Summary icon can be right-clicked, this will display the next menu:

![menu](./img/menu.jpeg)
![menu](./img/menu.png)

This menu is constituted of the next sections:

Expand Down
16 changes: 0 additions & 16 deletions docs/quick-start.md

This file was deleted.

38 changes: 38 additions & 0 deletions docs/quick-start.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
sidebar_position: 2
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Quick Start

Let's discover **Barklarm in less than 120 seconds**.

<video controls src='/video/intro.webm' width="700" height="400" />

## Getting Started


### Install

#### Using Package Manager

<Tabs>
<TabItem value="osx" label="OSX" default>
```bash
# Using brew
brew install --cask barklarm/barklarm/barklarm
```
</TabItem>
<TabItem value="windows" label="Windows">
```bash
# Using chocolatey
choco install barklarm
```
</TabItem>
</Tabs>

#### Manual
Get started by:
- [downloading barklarm](https://github.com/kanekotic/barklarm/releases)
- Execute installer

0 comments on commit 68000c9

Please sign in to comment.