literyzjs-treeview/wiki/USAGE.md
2026-07-09 20:37:08 +01:00

134 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

JS: LiteRyzJS/Treeview
```md
# JS: LiteRyzJS/Treeview
> Hi, I'm Ray
## Navigation
- Home
- Articles
- Photo Albums
- Releases
- Projects
## Social Links
- Flickr
- Git Repository
- Goodreads
- Instagram
- LinkedIn
- Bluesky
---
## Project Overview
**Name:** `{{ Content.Name }}`
**Description:** `{{ Content.Description }}`
**Current Version:** `{{ Content.CurrentVersion }}`
### Call To Action
The page dynamically renders up to four CTA buttons such as:
- Download
- Documentation
- Git Repository
- Other project links
---
## Features
The following section is dynamically populated from `Content.Features`:
- `{{ item }}`
- `{{ item }}`
- `{{ item }}`
---
## Releases & Builds
This section is dynamically generated from `Content.History`.
For each release:
### `{{ item.Name }}` (`{{ item.Date }}`)
#### Changelog
- `{{ item2 }}`
- `{{ item2 }}`
#### Downloads
| Download | MD5 |
|---|---|
| `{{ item2.Name }}` | `{{ item2.MD5 }}` |
#### Documentation
- `{{ item2.Name }}`
---
## License & Warranty
This section is dynamically populated from `Content.License`.
---
## Acknowledgements
This section is dynamically populated from:
- `Content.Acknowledgements`
- `Content.Attribution`
Example attribution list:
- `{{ item.Name }}`
---
## Screenshots
Screenshots are dynamically rendered from `Content.Screenshots`.
---
## Code Repository
Repository buttons are rendered from `Content.Repositories`.
---
## Footer
### Sections
- Home
- Articles
- Photo Albums
- Releases
- Projects
### Social
- Flickr
- Git Repository
- Goodreads
- Instagram
- LinkedIn
- Bluesky
---
Copyright © 20142026 Ray Lam. All Rights Reserved.
```