d4rkstar commented on PR #76: URL: https://github.com/apache/openserverless-site/pull/76#issuecomment-3121501012
Hello @Hyanaru, thank you for your contribution. However, you should: - rename the "transcriptions" folder as "Ai Tutorial" - create a _index.md file inside the "AI Tutorial" and make it an index page (as in the ) - move the transcription file inside the "Lesson 0" folder You should have a structure like ``` docs docs/ai tutorial docs/ai tutorial/_index.md # index file docs/ai tutorial/lesson 0 docs/ai tutorial/lesson 0/_index.md # transcription file ``` - put an header inside the .md files: for the index file: ```markdown --- title: Tutorial description: Showcase serverless development in action weight: 10 draft: true --- ## AI Tutorial some descriptive text here [...] ``` for the lesson 0 ```markdown --- title: Lesson 0 weight: 10 draft: true --- ## Lesson 0 transcript here [..] Commit the work to your repository and we can start the review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
