feat(docs): add "ZONE UNDER CONSTRUCTION" message to components
The commit adds a cautionary message to the agents, chains, embeddings, and LLMs documentation pages, indicating that the documentation is still under construction. The message encourages users to provide feedback and report any issues to help improve the documentation.
This commit is contained in:
parent
ce240aedf6
commit
7d84ed41e8
15 changed files with 470 additions and 9 deletions
|
|
@ -1,2 +1,9 @@
|
|||
import Admonition from '@theme/Admonition';
|
||||
|
||||
# Vector Stores
|
||||
(coming soon)
|
||||
|
||||
<Admonition type="caution" icon="🚧" title="ZONE UNDER CONSTRUCTION">
|
||||
<p>
|
||||
We appreciate your understanding as we polish our documentation – it may contain some rough edges. Share your feedback or report issues to help us improve! 🛠️📝
|
||||
</p>
|
||||
</Admonition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue