From 5b36abb7abb5c372e8f7c0a08af828b1076f188f Mon Sep 17 00:00:00 2001 From: zachary62 Date: Fri, 4 Apr 2025 13:08:34 -0400 Subject: [PATCH] init push --- docs/Flask/04_templating__jinja2_integration_.md | 11 ++++++++--- docs/_config.yml | 8 +++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/Flask/04_templating__jinja2_integration_.md b/docs/Flask/04_templating__jinja2_integration_.md index c7963c2..5d81d0c 100644 --- a/docs/Flask/04_templating__jinja2_integration_.md +++ b/docs/Flask/04_templating__jinja2_integration_.md @@ -31,7 +31,7 @@ By default, Flask looks for template files in a folder named `templates` right n ```html - +{% raw %} @@ -42,6 +42,7 @@ By default, Flask looks for template files in a folder named `templates` right n

Welcome to our templated page.

+{% endraw %} ``` **Explanation:** @@ -138,7 +139,7 @@ def profile(): ```html - +{% raw %} User Profile @@ -152,6 +153,7 @@ def profile(): {% endif %} +{% endraw %} ``` **Explanation:** @@ -184,7 +186,7 @@ def show_items(): ```html - +{% raw %} Item List @@ -199,6 +201,7 @@ def show_items(): +{% endraw %} ``` **Explanation:** @@ -218,6 +221,7 @@ Just like we used `url_for` in Python ([Chapter 2: Routing System](02_routing_sy ```html +{% raw %} +{% endraw %} ``` **Explanation:** diff --git a/docs/_config.yml b/docs/_config.yml index 93768ab..34f65f0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,5 @@ # Basic site settings -title: Pocket Flow -tagline: A 100-line LLM framework -description: Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program Themselves +title: Turns Codebase into Easy Tutorial # Theme settings remote_theme: just-the-docs/just-the-docs @@ -12,7 +10,7 @@ nav_sort: case_sensitive # Aux links (shown in upper right) aux_links: "View on GitHub": - - "//github.com/the-pocket/PocketFlow" + - "https://github.com/the-pocket/Tutorial-Codebase-Knowledge" # Color scheme color_scheme: light @@ -45,5 +43,5 @@ callouts: # The custom navigation nav: - Home: index.md # Link to your main docs index - - GitHub: "https://github.com/the-pocket/PocketFlow" + - GitHub: "https://github.com/The-Pocket/Tutorial-Codebase-Knowledge" - Discord: "https://discord.gg/hUHHE9Sa6T" \ No newline at end of file