Skip to content

Commit

Permalink
CatUB GITBOOK-43: Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisan09 authored and gitbook-bot committed Jun 28, 2023
1 parent df116b0 commit 1975ddd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/installation/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

### _Some additonal set-up guides that might be helpful with your hosting:_



<table data-view="cards"><thead><tr><th></th><th data-type="select" data-multiple></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><em><mark style="color:blue;"><strong>Install Chromium &#x26; Chrome driver</strong></mark></em></td><td></td><td><a href="../../.gitbook/assets/chromium_pokemon.jpg">chromium_pokemon.jpg</a></td><td><a href="chromium-and-chrome-driver-setup.md">chromium-and-chrome-driver-setup.md</a></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th data-type="select" data-multiple></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><em><mark style="color:blue;"><strong>Install Chromium or Google-Chrome</strong></mark></em></td><td></td><td><a href="../../.gitbook/assets/chromium_pokemon.jpg">chromium_pokemon.jpg</a></td><td><a href="chromium-or-chrome-setup.md">chromium-or-chrome-setup.md</a></td></tr></tbody></table>
11 changes: 8 additions & 3 deletions docs/installation/guide/chromium-or-chrome-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This is not required for Docker or Docker-Compose (recommended method) methods.

**Why should you do this setup?**

Chromium/Chrome binary is a mandatory requirement for many awesome plugins and commands like <mark style="color:green;">AI tools</mark>, <mark style="color:green;">Screenshot</mark>, <mark style="color:green;">Rayso</mark>, <mark style="color:green;">Rayso based logs</mark>, <mark style="color:green;">Carbon</mark>, etc.
**Chromium / Chrome** binary is a mandatory requirement for many awesome plugins and commands like <mark style="color:green;">AI tools</mark>, <mark style="color:green;">Screenshot</mark>, <mark style="color:green;">Rayso</mark>, <mark style="color:green;">Rayso based logs</mark>, <mark style="color:green;">Carbon</mark>, etc.

Here we will show how to setup this for <mark style="color:red;">Debian</mark>, <mark style="color:orange;">Ubuntu</mark>, <mark style="color:blue;">Arch</mark>, <mark style="color:blue;">Fedora</mark> and their derivatives.
Here we will show how to setup this for <mark style="color:red;">Debian</mark>, <mark style="color:orange;">Ubuntu</mark>, <mark style="color:blue;">Arch</mark>, <mark style="color:purple;">Fedora</mark> and their derivatives.

{% tabs %}
{% tab title="Chromium" %}
Expand All @@ -19,16 +19,19 @@ Here we will show how to setup this for <mark style="color:red;">Debian</mark>,
sudo apt install chromium
```
{% endcode %}

{% code title="For Ubuntu" overflow="wrap" %}
```batch
sudo apt install chromium-browser
```
{% endcode %}

{% code title="For Arch" overflow="wrap" %}
```batch
sudo pacman -S chromium
```
{% endcode %}

{% code title="For Fedora" overflow="wrap" %}
```batch
sudo dnf install chromium
Expand Down Expand Up @@ -60,11 +63,13 @@ sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo a
sudo chmod +x /usr/bin/google-chrome
```
{% endcode %}
{% code title="For Arch, you can use any AUR helper, here we're using yay." overflow="wrap" %}

{% code title="For Arch, you can use any AUR helper, here we" overflow="wrap" %}
```batch
sudo yay -S google-chrome
```
{% endcode %}

{% code title="For Fedora" overflow="wrap" %}
```batch
sudo dnf install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/hosting/self-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone https://github.com/TgCatUB/catuserbot && cd catuserbot && mv exampleco

### _**Setup Chromium & its driver**_ <a href="#setup-chromium" id="setup-chromium"></a>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="select" data-multiple></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td><em><mark style="color:blue;"><strong>Install Chromium &#x26; Chrome driver</strong></mark></em></td><td></td><td><a href="../../.gitbook/assets/chromium_pokemon.jpg">chromium_pokemon.jpg</a></td><td><a href="../guide/chromium-and-chrome-driver-setup.md">chromium-and-chrome-driver-setup.md</a></td><td><a href="../guide/chromium-and-chrome-driver-setup.md#ubuntu">#ubuntu</a></td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="select" data-multiple></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><em><mark style="color:blue;"><strong>Install Chromium or Google-Chrome</strong></mark></em></td><td></td><td><a href="../../.gitbook/assets/chromium_pokemon.jpg">chromium_pokemon.jpg</a></td><td><a href="../guide/chromium-or-chrome-setup.md#chromium">#chromium</a></td></tr></tbody></table>

### _**Edit the config.py with your config values**_ <a href="#edit-config" id="edit-config"></a>

Expand Down

0 comments on commit 1975ddd

Please sign in to comment.