You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: