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
This is more a question than something that necessarily needs to be fixed.
Is there a reason the files under /index are not in /content/index? /content is the correct location for all files that are processed by Jeckyll and end up as pages. Unless they are a collection.
But I see you have a mixture of Jekyll processed SSG source files and statically served files. As these are relative URIs I think it should be OK in the main site. Would have been good to have had time to test before launch.
Also I'm seeing an error
ERROR/index/index.htmlexamples/js/jumpto.js' not found.`
This is seems to be saying the error in /index/index.html in is examples/js/jumpto.js not found (missing space)
The only ref to jump.js I find is in the external repo .../aria-practices/examples/js/app.js
The text was updated successfully, but these errors were encountered:
I don't know if this is related to our discussion yesterday, but I'd eventually like the URIs for the examples to be in examples directories that are children of the pattern directories.
For instance, for combobox examples, instead of the examples being in /index/ like this:
This will help re-enforce the relationship between a pattern and its examples.
I don't want to require this for launch if it is a giant lift with a lot of potential side effects. However, we should do as soon as possible to avoid bookmark churn for users.
Let me know if this needs to be in a separate issue or if it is related to the issue @SteveALee is describing here.
mcking65
changed the title
[Required for Launch] Files in /index
Files in /index [Required for Launch]
May 11, 2022
@mcking65 yes, please create a separate issue for the URI work you mention. That would not be required for launch and would be a separate body of work. In speaking with Alex this would be a sizable lift.
This is more a question than something that necessarily needs to be fixed.
Is there a reason the files under
/index
are not in/content/index
?/content
is the correct location for all files that are processed by Jeckyll and end up as pages. Unless they are a collection.But I see you have a mixture of Jekyll processed SSG source files and statically served files. As these are relative URIs I think it should be OK in the main site. Would have been good to have had time to test before launch.
Also I'm seeing an error
ERROR
/index/index.htmlexamples/js/jumpto.js' not found.`This is seems to be saying the error in
/index/index.html
in isexamples/js/jumpto.js
not found (missing space)The only ref to
jump.js
I find is in the external repo .../aria-practices/examples/js/app.jsThe text was updated successfully, but these errors were encountered: