-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.webpack.js.org #3366
Comments
Adding this part of code to src/components/Link/link.jsx file solves the first part of the issue. Now search results link to the right position on all pages. Should I open up a PR here? |
@EugeneHlushko @montogeek Thank you for your work here. I'm interested in working on these objectives for https://v4.webpack.js.org/. Can someone describe in a little more detail how the site is deployed from the I see that the Could someone contrast how https://v4.webpack.js.org/ is deployed versus how https://webpack.js.org/ is deployed? What context is provided so that each site is aware of the other? I see that const docs = [
{
version: 5,
url: 'https://webpack.js.org',
},
{
version: 4,
url: 'https://v4.webpack.js.org',
}
];
const currentDocsVersion = 5; Basically, how does a deployment know whether it is v4 or v5 if the web application codebase is shared between them? |
Known issues:
Features missing:
The text was updated successfully, but these errors were encountered: