Skip to content
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

Missing documentation for React/semantic-ui #144

Open
ZedThree opened this issue Jul 8, 2022 · 1 comment
Open

Missing documentation for React/semantic-ui #144

ZedThree opened this issue Jul 8, 2022 · 1 comment

Comments

@ZedThree
Copy link

ZedThree commented Jul 8, 2022

The documentation for creating a search page talks about Angular templates. My understanding is that everything has now moved to React and semantic-ui, and so none of this documentation applies to new apps.

@john-heinnickel
Copy link

+1 to this issue. The readthedocs documentation seems to date back to a 1.1.x release back in 2018, but this project has been seeing active development through 9 minor releases of 2.0.x, 11 of 2.1.x, and most recently, a 2.2.0 release.

The latest cookiecutter prototype template only populates content for the semantic-ui based react app, which seems consisten with a world view where the angular templates are not viable for integration purposes:

search_app = WebpackThemeBundle(
name,
'assets',
default='semantic-ui',
themes={
'bootstrap3': dict(entry={}, dependencies={}, aliases={}),
'semantic-ui': dict(
entry={
'csd-summit-2022-search-app':
'./js/csd_summit_records/index.js',
},
dependencies={
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-overridable": "^0.0.2",
"semantic-ui-react": "^0.88.0"
}
)
}
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants