Open macdonst opened 3 years ago
Do we have any plans for redirects for the large swath of URLs we are about to change? I'm all about the better naming and organization, but it might cause 404s from places we don't control.
We already have a redirect map with ~60 paths that we could expand. Or maybe we could make a "smarter" system that looks for a similar doc name? Or maybe there's a way to pass a search term to the search widget on the front end? At the least we need a real view for 404s.
We already have a redirect map with ~60 paths that we could expand.
For sure going to add to the existing map for known deprecated paths. Also going to add some 404 to catchalls that don't resolve to a doc. Could be a cool place for an embedded search.
Notes:
The Architect Way
[ ] > Get started
Side Navigation
Get started
App development // alt name: App development guides
${STATIC('file.png')}
and${arc.static('file.png')}
[ ] Logging & monitoring your app
Tutorials
[soon!] [ ] Implementing CORS
Reference
Project manifest
Configuration
CLI
Runtime helpers
@architect/functions
) // I can see this doc being broken up into a series of arc fns docs a level deeper, wdyt?@architect/functions
arc.events
arc.http
arc.http.async
arc.http.express
arc.http.session
arc.queues
arc.services
arc.static
arc.tables
arc.ws
@architect/asap
[x] Ruby
[ ] FAQ
About