Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
Browse files Browse the repository at this point in the history
…dd-docs
  • Loading branch information
SpaNb4 committed Jan 3, 2025
2 parents 18d081f + e033fca commit 2477d42
Show file tree
Hide file tree
Showing 51 changed files with 1,299 additions and 1,267 deletions.
18 changes: 9 additions & 9 deletions dev-data/courses.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const courses: Course[] = [
secondaryIcon: jsSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['ru'],
language: 'ru',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.JS_PRESCHOOL_RU}`,
enroll: 'https://wearecommunity.io/events/js-stage0-rs-2024q2',
Expand All @@ -52,7 +52,7 @@ export const courses: Course[] = [
secondaryIcon: jsSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['en'],
language: 'en',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.JS}`,
enroll: 'https://wearecommunity.io/events/js-en-2024q4',
Expand All @@ -72,7 +72,7 @@ export const courses: Course[] = [
secondaryIcon: jsSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['ru'],
language: 'ru',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.JS_RU}`,
enroll: 'https://wearecommunity.io/events/js-stage1-2024q4',
Expand All @@ -91,7 +91,7 @@ export const courses: Course[] = [
secondaryIcon: reactSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['en'],
language: 'en',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.REACT}`,
enroll: 'https://wearecommunity.io/events/rs-react-2025q1',
Expand All @@ -110,7 +110,7 @@ export const courses: Course[] = [
secondaryIcon: angularSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['en'],
language: 'en',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.ANGULAR}`,
enroll: 'https://wearecommunity.io/events/rs-angular-2024q3',
Expand All @@ -129,7 +129,7 @@ export const courses: Course[] = [
secondaryIcon: nodejsSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['en'],
language: 'en',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.NODE_JS}`,
enroll: 'https://wearecommunity.io/events/nodejs-2025q2',
Expand All @@ -148,7 +148,7 @@ export const courses: Course[] = [
secondaryIcon: awsSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['en'],
language: 'en',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.AWS_FUNDAMENTALS}`,
enroll: 'https://wearecommunity.io/events/aws-fundamentals-course-2024q4',
Expand All @@ -168,7 +168,7 @@ export const courses: Course[] = [
secondaryIcon: awsSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['en'],
language: 'en',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.AWS_DEVELOPER}`,
enroll: 'https://wearecommunity.io/events/aws-cloud-dev-rs2024q2',
Expand All @@ -187,7 +187,7 @@ export const courses: Course[] = [
secondaryIcon: awsSecondary,
startDate: TO_BE_DETERMINED,
registrationEndDate: TO_BE_DETERMINED,
language: ['en'],
language: 'en',
mode: 'online',
detailsUrl: `/${ROUTES.COURSES}/${ROUTES.AWS_DEVOPS}`,
enroll: 'https://wearecommunity.io/events/aws-devops-course',
Expand Down
16 changes: 13 additions & 3 deletions dev-data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@ export type {
DataMap,
JSPath,
} from './courses-data.types';
export type { CourseTitle,
export type {
CourseTitle,
ImageLink,
MentorActivities,
MentorshipCourse,
MentorshipCourseRouteKeys,
MentorshipDefaultRouteKeys,
MentorshipRoute } from './mentorship-data.types';
MentorshipRoute,
} from './mentorship-data.types';
export {
AWS_FUNDAMENTALS_BADGE,
COURSE_TITLES,
type CourseNames,
type CourseNamesKeys,
type CoursesWithRequirementsNames,
DISCORD_LINKS,
type TrainingProgramType,
} from './courseTitles.data';
export { type Benefit } from './benefit-mentorship.data';
export { COURSE_TITLES, type CourseNames, type CourseNamesKeys, type CoursesWithRequirementsNames, DISCORD_LINKS, type TrainingProgramType } from './courseTitles.data';
export {
type CourseNamesChannels,
JS_EN_TELEGRAM_CHAT_LINK,
Expand Down
Loading

0 comments on commit 2477d42

Please sign in to comment.