From 0a503148c38d8cc564b962c7438274f72f2bbc1c Mon Sep 17 00:00:00 2001 From: Ebony Louis <55366651+EbonyLouis@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:44:04 -0500 Subject: [PATCH] docs: updating blog nav bar (#443) --- ...024-11-22-screenshot-driven-development.md | 37 +++++++------------ mkdocs.yml | 6 ++- 2 files changed, 17 insertions(+), 26 deletions(-) diff --git a/docs/blog/posts/2024-11-22-screenshot-driven-development.md b/docs/blog/posts/2024-11-22-screenshot-driven-development.md index 23f4f470..ce3e1bbe 100644 --- a/docs/blog/posts/2024-11-22-screenshot-driven-development.md +++ b/docs/blog/posts/2024-11-22-screenshot-driven-development.md @@ -5,30 +5,6 @@ description: "AI Agent uses screenshots to assist in styling." date: 2024-11-22 authors: - rizel -categories: - - Web Development -head: - meta: - - property: "og:title" - content: "Screenshot-Driven Development" - - property: "og:type" - content: "article" - - property: "og:url" - content: "https://block.github.io/goose/blog/2024/11/22/screenshot-driven-development.html" - - property: "og:description" - content: "AI Agent uses screenshots to assist in styling." - - property: "og:image" - content: "https://block.github.io/goose/blog/images/screenshot-driven-development-blog/screenshot-driven-development.png" - - name: "twitter:card" - content: "summary_large_image" - - property: "twitter:domain" - content: "block.github.io" - - name: "twitter:title" - content: "Screenshot-Driven Development" - - name: "twitter:description" - content: "AI Agent uses screenshots to assist in styling." - - name: "twitter:image" - content: "https://block.github.io/goose/blog/images/screenshot-driven-development-blog/screenshot-driven-development.png" ---  @@ -302,3 +278,16 @@ Developing user interfaces is a blend of creativity and problem-solving. And I l Beyond prototyping, Goose's ability to analyze screenshots can help developers identify and resolve UI bugs. If you're interested in learning more, check out the [Goose repo](https://github.com/block/goose) and join our [Discord community](https://discord.gg/block-opensource). + +
+ + + + + + + + + + + \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5ef0b090..48da530f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,7 +40,10 @@ theme: logo: assets/logo.ico # plugins plugins: - - blog + - blog: + archive: false + categories: false + blog_toc: true - include-markdown - callouts - glightbox @@ -137,4 +140,3 @@ nav: - "API Docs": reference/index.md - Blog: - "Blog Home": blog/index.md - - "Screenshot-Driven Development": blog/posts/2024-11-22-screenshot-driven-development.md