Merge pull request #31456 from Believe-SA/techdocs-cli-style-fix

fix(techdocs-cli): Missing styles, illegible pages
This commit is contained in:
Fredrik Adelöw
2025-10-17 21:15:54 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
@@ -45,6 +45,7 @@
"@backstage/plugin-techdocs-react": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@backstage/theme": "workspace:^",
"@backstage/ui": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
@@ -16,6 +16,7 @@
import '@backstage/cli/asset-types';
import ReactDOM from 'react-dom/client';
import '@backstage/ui/css/styles.css';
import App from './App';
ReactDOM.createRoot(document.getElementById('root')!).render(<App />);
+1
View File
@@ -46507,6 +46507,7 @@ __metadata:
"@backstage/plugin-techdocs-react": "workspace:^"
"@backstage/test-utils": "workspace:^"
"@backstage/theme": "workspace:^"
"@backstage/ui": "workspace:^"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@testing-library/dom": "npm:^10.0.0"