mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 17:10:30 +00:00
add docs for links
This commit is contained in:
parent
584675fd97
commit
ad2c9a241f
3 changed files with 18 additions and 1 deletions
|
@ -13,7 +13,7 @@ docker run --name=homebox \
|
||||||
|
|
||||||
## Docker-Compose
|
## Docker-Compose
|
||||||
|
|
||||||
```yml
|
```yaml
|
||||||
version: "3.4"
|
version: "3.4"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
16
docs/docs/tips-tricks.md
Normal file
16
docs/docs/tips-tricks.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Tips and Tricks
|
||||||
|
|
||||||
|
## Custom Fields
|
||||||
|
|
||||||
|
Custom fields are a great way to add any extra information to your item. The following types are supported:
|
||||||
|
|
||||||
|
- [x] Text
|
||||||
|
- [ ] Integer (Future)
|
||||||
|
- [ ] Boolean (Future)
|
||||||
|
- [ ] Timestamp (Future)
|
||||||
|
|
||||||
|
Custom fields are appended to the main details section of your item.
|
||||||
|
|
||||||
|
!!! tip
|
||||||
|
Homebox Custom Fields also have special support for URLs. Provide a URL (`https://google.com`) and it will be automatically converted to a clickable link in the UI. Optionally, you can also use markdown syntax to add a custom text to the button. `[Google](https://google.com)`
|
||||||
|
|
|
@ -47,5 +47,6 @@ markdown_extensions:
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Quick Start: quick-start.md
|
- Quick Start: quick-start.md
|
||||||
|
- Tips and Tricks: tips-tricks.md
|
||||||
- Importing Data: import-csv.md
|
- Importing Data: import-csv.md
|
||||||
- Building The Binary: build.md
|
- Building The Binary: build.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue