-
-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
Sample
Every so often you have a requirement where you want to handle a URL within your App. Prism is uniquely positioned here with URL based navigation.
We should have a sample that shows how to take a URL like prismlibrary.com and updates the platform so that when you try to open prismlibrary.com in the browser it will instead redirect you to the Sample where it will show the appropriate resource.
Thinking this should essentially have two special pages.. one that opens when you try to hit the root website.. and another when you try to hit the docs
- prismlibrary.com
- prismlibrary.com/docs/*
The Docs page should get a resource path that maps to the Documentation repo md file and parse the MD. This can be pretty simply by adapting this MarkdownView