Make admonition more admonitiony (#2982)

This commit is contained in:
William FH
2025-01-10 01:46:42 +00:00
committed by GitHub
parent ecfbfa1b90
commit f4bd02da72
+4 -1
View File
@@ -42,7 +42,10 @@
"checkpointer = # postgres checkpointer (see examples below)\n",
"graph = builder.compile(checkpointer=checkpointer)\n",
"...\n",
"```"
"```\n",
"\n",
"!!! info \"Setup\n",
" You need to run `.setup()` once on your checkpointer to initialize the database before you can use it."
]
},
{