This commit is contained in:
Jonathan Carter 2022-02-24 18:03:47 +00:00 коммит произвёл GitHub
Родитель 7cb72bec33
Коммит dad24ba445
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
}
],