-
Notifications
You must be signed in to change notification settings - Fork 2.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
Unable to build locally #200
Comments
@markingram pull latest commits and try building now. It should work now. Regarding of how to customize color scheme: Some of docs that use ReDoc add css styles to the page that overwrite ReDoc ones. Examples: We know about this issue and are considering some theming support. It is the next item on our roadmap. I'm curios of how much you want to customize your doc. Would you be satisfied with just accent color? |
@markingram then I suggest you to add css styles overwriting ReDoc ones. The one thing is you have to increase specificity of css selectors. For that you can can use one of attribute set on your redoc[spec-url] h1 {
color: red;
} Let me know if build works for you so I can close this issue. thanks |
Closing this issue. But this is issue number 200 so it is doomed to be OK 😂 |
No joy, I'm afraid. I did a fresh pull from
|
Did you |
I did, yes. |
Caused by to s-panferov/awesome-typescript-loader#252 |
I'd like to customise the colour scheme of (the rather excellent) ReDoc utility. The only way I can see of doing this is updating the SASS and building locally. However, when I attempt to run
npm run build-dist
from theReDoc
directory I hit a wall of errors.Additionally, the
npm-debug.log
file that's mentioned is not present. Can you please help me get the build functioning or, alternatively, show me how to best customise the colour scheme another way? Thanks!FYI: I tried this with node.js v7.4.0 and then again after upgrading to v7.5.0 but no difference.
The text was updated successfully, but these errors were encountered: