Skip to content

Commit

Permalink
Update .gitignore and documentation files
Browse files Browse the repository at this point in the history
Added vitepress folders to .gitignore. Corrected the image names and link paths in markdown files in the documentation. Additionally, removed unnecessary dash (-) from the credits.md file and corrected the formatting in the quickstart.md file.
  • Loading branch information
manu committed Jun 19, 2024
1 parent dfc70c8 commit a2d4088
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions site/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ dist
.yarn/install-state.gz
.pnp.*

/.vitepress/dist
/.vitepress/cache

2 changes: 1 addition & 1 deletion site/docs/add-device.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ On the next screen, SSM will try to ping itself through this URL.
## 4. Test of the connections
![adddevice4](/add-device/add-device-6.png)
Ansible and Docker connections will automatically launched to test your previous inputs. Wait for the result and fix any problems that may occured.
If you wish to use a different authentication for Docker, you can always later specifically the docker configuration (see [Device Configuration](/device-configuration))
If you wish to use a different authentication for Docker, you can always later specifically the docker configuration (see [Device Configuration](/docs/device-configuration))

## 5. Adding a device: Confirmation screen
![adddevice4](/add-device/add-device-4.png)
Expand Down
2 changes: 1 addition & 1 deletion site/docs/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Parts of SSM code came from:
- [Dockerode](https://github.com/apocas/dockerode/blob/master/LICENSE)
- [What's up Docker?](https://github.com/fmartinou/whats-up-docker/blob/master/LICENSE)
- [Ant Design Pro Preview](https://github.com/ant-design/v2.preview.pro.ant.design/blob/v2/LICENSE)
-

4 changes: 2 additions & 2 deletions site/docs/device-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ You can show advanced connection option by clicking on the switch on the bottom

Advanced options will allow you to setup a different authentication for Dockers, and will offer you advanced options for the connection

![deviceconf3](/device-configuration/device-configuration-5.png)
![deviceconf5](/device-configuration/device-configuration-5.png)


## Connection test tab
This tab allows you to test the connection for Ansible and Docker integrations

![deviceconf3](/device-configuration/device-configuration-4.png)
![deviceconf4](/device-configuration/device-configuration-4.png)
2 changes: 1 addition & 1 deletion site/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
```

### .env file
```dotenv
```
#SECRETS
SECRET=REPLACE_ME
SALT=1234567890123456
Expand Down

0 comments on commit a2d4088

Please sign in to comment.