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

Delete app-content-pages code #6327

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ assignees: ''
---

## Package
_Choose from the list:_
- [ ] app-content-pages
- [ ] app-project
- [ ] lib-classifier
- [ ] lib-panoptes-js
- [ ] lib-react-components
- [ ] unknown
_Examples_
- app-project
- app-root
- lib-classifier
- lib-content
- lib-panoptes-js
- lib-react-components
- lib-user
- unknown

## Describe the bug
A clear and concise description of what the bug is.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ labels: enhancement
---

## Package
_Choose from the list:_
- [ ] app-content-pages
- [ ] app-project
- [ ] lib-classifier
- [ ] lib-panoptes-js
- [ ] lib-react-components
- [ ] unknown
_Examples_
- app-project
- app-root
- lib-classifier
- lib-content
- lib-panoptes-js
- lib-react-components
- lib-user
- unknown

## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ docker-compose build

`docker-compose up` runs local production builds as follows:

- content pages app at http://localhost:3001
- project app at http://localhost:3002
- root app at http://localhost:3003

Expand Down Expand Up @@ -116,7 +115,6 @@ See each package's folder for more specific documentation.
|---|---|---|
| **@zooniverse/async-states** | `packages/lib-async-states` | Frozen object of async states to use in data stores |
| **@zooniverse/classifier** | `packages/lib-classifier` | Classifier view components and state which can be exported modularly or altogether as a working classifier |
| **@zooniverse/fe-content-pages** | `packages/app-content-pages` | Server-side rendered application for documentation / info pages, such as Publications. |
| **@zooniverse/fe-project** | `packages/app-project` | Server-side rendered application for a project (anything at `/projects/owner/display_name`) |
| **@zooniverse/grommet-theme** | `packages/lib-grommet-theme` | The style definitions for a Zooniverse theme to use with Grommet |
| **@zooniverse/panoptes-js** | `packages/lib-panoptes-js` | Panoptes API javascript client. Functional HTTP request helpers built on top of superagent |
Expand Down
7 changes: 0 additions & 7 deletions packages/app-content-pages/.babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions packages/app-content-pages/.dockerignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/app-content-pages/.eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions packages/app-content-pages/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions packages/app-content-pages/.storybook/lib/i18n.js

This file was deleted.

40 changes: 0 additions & 40 deletions packages/app-content-pages/.storybook/main.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/app-content-pages/.storybook/manager.js

This file was deleted.

60 changes: 0 additions & 60 deletions packages/app-content-pages/.storybook/preview.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/app-content-pages/.storybook/specConfig.js

This file was deleted.

86 changes: 0 additions & 86 deletions packages/app-content-pages/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions packages/app-content-pages/docker-compose.yml

This file was deleted.

3 changes: 0 additions & 3 deletions packages/app-content-pages/env-default

This file was deleted.

46 changes: 0 additions & 46 deletions packages/app-content-pages/middleware.js

This file was deleted.

Loading