# Project 34 ## What made you smile? - Documentation reflects markdoc tag structure. - Project failed successfully. ## What did you find confusing? - Some parts of documentation lack any examples. When examples are present, they do not include examples in other programming languages. - "Filter object with when conditions" example is used for unrelated pages, for example, for the input tag doc. - Chunks in longer files appear at the bottom of the page even if the step content is at the top of the page. - Webview broke after adding chunks to redocly.yaml, even despite ignoring redocly.yaml in the code-walkthrough folder and we could not find a way to fix it. - Seems like you cannot have a chunk containing only part of an object in redocly.yaml. ```yaml ``` # @chunk {"steps": ["step-1"]} logo: srcSet: "./images/logo-light.png light, ./images/logo-dark.png dark" # @chunk-end # @chunk {"steps": ["step-2"]} altText: "{{Your AltText}}" # @chunk-end link: / # @chunk {"steps": ["step-3"]} favicon: ./images/favicon.ico # @chunk-end ``` ```