diff --git a/src/cvdocs/education.ts b/src/cvdocs/education.ts index 5167bf9..e8af285 100644 --- a/src/cvdocs/education.ts +++ b/src/cvdocs/education.ts @@ -45,7 +45,7 @@ export const addEducation = ( if (!educationTagGroup) { educationTagGroup = { name: "Education", - tags: ["Education"], + tags: [], }; redocOptions.tagGroups.push(educationTagGroup); } @@ -55,5 +55,8 @@ export const addEducation = ( document.addTag(education.institute, formatEducation(education)); }); + educationTagGroup.tags.push("Education"); + document.addTag("Education", "For my complete education, take a look at the GetEducation API endpoint."); + return document; }; diff --git a/src/cvdocs/experience.ts b/src/cvdocs/experience.ts index 80effe0..2ab3396 100644 --- a/src/cvdocs/experience.ts +++ b/src/cvdocs/experience.ts @@ -45,7 +45,7 @@ export const addExperiences = ( if (!experienceTagGroup) { experienceTagGroup = { name: "Experience", - tags: ["Experience"], + tags: [], }; redocOptions.tagGroups.push(experienceTagGroup); } @@ -55,5 +55,11 @@ export const addExperiences = ( document.addTag(experience.name, formatExperience(experience)); }); + experienceTagGroup.tags.push("Experience"); + document.addTag( + "Experience", + "For my complete work experience history, take a look at the GetExperience API endpoint." + ); + return document; }; diff --git a/src/cvdocs/skills.ts b/src/cvdocs/skills.ts index e4d2d9d..93be08d 100644 --- a/src/cvdocs/skills.ts +++ b/src/cvdocs/skills.ts @@ -22,5 +22,7 @@ export const addSkills = ( .slice(0, count) .reduce((list, skill) => list.concat(`