**feat(examples): add redirect page for demo and update live demo links**
### Changes: - **examples/index.html**: - Introduced a new HTML file that redirects users to `demo.html` using both meta tag and JavaScript. - **README.md**: - Updated live demo link to point to the new `examples/` directory and clarified access to both the root directory and `demo.html`. ### Purpose: Improved user experience by creating a smoother navigation to the demo page and updated documentation to reflect the new entry point of the live demo. Removed redundant `CNAME` file as part of cleanup.
This commit is contained in:
parent
9ac7b4011f
commit
5a16c13ea2
3 changed files with 17 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ it gets - learning from your data to provide increasingly relevant results and c
|
|||
|
||||
## 🚀 Live Demo
|
||||
|
||||
**[Try the live demo](https://soulcraft-research.github.io/brainy/examples/demo.html)** - Check out the interactive demo on GitHub Pages that showcases Brainy's main features.
|
||||
**[Try the live demo](https://soulcraft-research.github.io/brainy/examples/)** - Check out the interactive demo on GitHub Pages that showcases Brainy's main features. You can access it at either [https://soulcraft-research.github.io/brainy/examples/](https://soulcraft-research.github.io/brainy/examples/) or [https://soulcraft-research.github.io/brainy/examples/demo.html](https://soulcraft-research.github.io/brainy/examples/demo.html).
|
||||
|
||||
## 📊 What Can You Build?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue