From 69d32d706f1b5856e7dd0c094485c62314f4e153 Mon Sep 17 00:00:00 2001 From: John Moravec <51122406+educationfutures@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:13:54 -0600 Subject: [PATCH] wording updates --- docs/app/class-observation/_category_.json | 4 ++-- docs/app/class-observation/how-to-start.md | 2 +- docs/app/coaching-process/_category_.json | 2 +- docs/app/teachers-data/_category_.json | 2 +- docusaurus.config.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/app/class-observation/_category_.json b/docs/app/class-observation/_category_.json index 56b351a..8bb4278 100644 --- a/docs/app/class-observation/_category_.json +++ b/docs/app/class-observation/_category_.json @@ -1,8 +1,8 @@ { - "label": "Class observation", + "label": "Teaching observation", "position": 3, "link": { "type": "generated-index", - "description": "Everything about starting a Class Observation." + "description": "Everything about starting a Teaching Observation." } } diff --git a/docs/app/class-observation/how-to-start.md b/docs/app/class-observation/how-to-start.md index ea1c473..737d48a 100644 --- a/docs/app/class-observation/how-to-start.md +++ b/docs/app/class-observation/how-to-start.md @@ -2,7 +2,7 @@ sidebar_position: 0 --- -# Starting a New Class Observation +# Starting a New Teaching Observation Once a teacher is registered, there are two methods to initiate a class observation: via the Horizontal Menu or by selecting the teacher from the teachers list. diff --git a/docs/app/coaching-process/_category_.json b/docs/app/coaching-process/_category_.json index d071699..b191895 100644 --- a/docs/app/coaching-process/_category_.json +++ b/docs/app/coaching-process/_category_.json @@ -1,5 +1,5 @@ { - "label": "Coaching process", + "label": "The coaching process", "position": 4, "link": { "type": "generated-index", diff --git a/docs/app/teachers-data/_category_.json b/docs/app/teachers-data/_category_.json index a44b63e..51e29ca 100644 --- a/docs/app/teachers-data/_category_.json +++ b/docs/app/teachers-data/_category_.json @@ -1,5 +1,5 @@ { - "label": "Teacher's data", + "label": "Teacher data", "position": 5, "link": { "type": "generated-index", diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f0bf41d..d893104 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -124,7 +124,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} The World Bank Group. Built with Docusaurus.`, + copyright: ``, }, prism: { theme: prismThemes.github,