Skip to content

PM-324 drop Contentful dependency #983

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

Merged
merged 1 commit into from
Nov 19, 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
13 changes: 0 additions & 13 deletions src/apps/dev-center/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Dev Center Configuration

The app requires two environment variables, which contain the space id and the key used to access contentful and retrieve Thrive Articles.

You should create a file named `.env` in the root folder, and write inside the following lines:

```sh
REACT_APP_CONTENTFUL_EDU_SPACE_ID=<space-id>
REACT_APP_CONTENTFUL_EDU_CDN_API_KEY=<API Key>
```

We should use the same space ID and API Key as Topcoder Thrive, these are for fetching Thrive articles and videos in the landing page.

## Landing page

We can configure up to 5 articles shown on the landing page. The articles can be from Topcoder Thrive and/or Topcoder Blog.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { FC } from 'react'

import { DevCenterArticlesection } from './dev-center-articles-section'
import { DevCenterGetStarted } from './dev-center-get-started'
import { DevCenterHeader } from './dev-center-header'
import styles from './DevCenterLandingPage.module.scss'
Expand All @@ -9,7 +8,6 @@ const DevCenter: FC = () => (
<div className={styles.container}>
<DevCenterHeader />
<DevCenterGetStarted />
<DevCenterArticlesection />
</div>
)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading