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:
Rodrigo Nader 2023-07-20 15:12:30 -03:00
commit 7d84ed41e8
15 changed files with 470 additions and 9 deletions

View file

@ -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>