diff --git a/.tours/intro.tour b/.tours/intro.tour index a41e323..d3ab0c9 100644 --- a/.tours/intro.tour +++ b/.tours/intro.tour @@ -7,12 +7,12 @@ }, { "file": "src/player/index.ts", - "description": "### 🎥 Tour Player\n\nThe CodeTour player is what defines the experience that end-users get, when actually taking a guided walkthrough. It includes various UX components:\n\n* 🕳️ [Gutter decorator](./decorator.ts) - Displays the \"CodeTour\" icon next to lines that are associated with a tour\n* 📊 [Status bar indicator](./status.ts) - Indicates the current tour and step\n* 🌳 [Tree view](./tree/index.ts) - Provides an at-a-glance view of the tours within the opened workspace", + "description": "### 🎥 Tour Player\n\nThe CodeTour player is what defines the experience that end-users get, when actually taking a guided walkthrough. It includes various UX components:\n\n* 🕳️ [Gutter decorator](./src/player/decorator.ts) - Displays the \"CodeTour\" icon next to lines that are associated with a tour\n* 📊 [Status bar indicator](./src/player/status.ts) - Indicates the current tour and step\n* 🌳 [Tree view](./src/player/tree/index.ts) - Provides an at-a-glance view of the tours within the opened workspace", "line": 436 }, { "file": "src/recorder/index.ts", - "description": "### 📹 Tour Recorder\n\nThe CodeTour recorder is how a repo maintainer can create new walkthroughs of the codebase. The recorder is made up of a few components:\n\n* 💭 [Comment UX](./commands.ts) - Enables attaching new steps to lines of code, directories, etc.\n* 📋 [Completion provider](./completionProvider.ts) - Provides completion support for authoring command links", + "description": "### 📹 Tour Recorder\n\nThe CodeTour recorder is how a repo maintainer can create new walkthroughs of the codebase. The recorder is made up of a few components:\n\n* 💭 [Comment UX](./src/recorder/commands.ts) - Enables attaching new steps to lines of code, directories, etc.\n* 📋 [Completion provider](./src/recorder/completionProvider.ts) - Provides completion support for authoring command links", "line": 4 } ],