-
Notifications
You must be signed in to change notification settings - Fork 11
Add Product analytics and Use cases pages #408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
commit aa72e47 Merge: 54c254c 178c9b0 Author: Mano Toth <[email protected]> Date: Wed Sep 3 13:58:38 2025 +0200 Merge branch 'main' into mano/ai-product-use-cases commit 54c254c Author: Mano Toth <[email protected]> Date: Wed Sep 3 13:57:37 2025 +0200 Update vector.mdx commit 074c797 Merge: 140049c 96152e4 Author: Mano Toth <[email protected]> Date: Tue Jul 8 12:06:07 2025 +0200 Merge branch 'mano/ai-product-use-cases' of https://github.com/axiomhq/docs into mano/ai-product-use-cases commit 140049c Author: Mano Toth <[email protected]> Date: Tue Jul 8 12:05:59 2025 +0200 Update product-analytics.mdx commit 96152e4 Merge: a9ee4ff 2774200 Author: Mano Toth <[email protected]> Date: Tue Jul 8 12:04:39 2025 +0200 Merge branch 'main' into mano/ai-product-use-cases commit a9ee4ff Author: Mano Toth <[email protected]> Date: Tue Jul 8 12:03:14 2025 +0200 Implement feedback commit ecbfc75 Author: Mano Toth <[email protected]> Date: Wed Jul 2 13:40:05 2025 +0200 Address feedback commit 2857167 Merge: a4006f0 be46f9c Author: Mano Toth <[email protected]> Date: Wed Jul 2 11:02:40 2025 +0200 Merge branch 'main' into mano/ai-product-use-cases commit a4006f0 Author: Mano Toth <[email protected]> Date: Mon Jun 16 11:55:06 2025 +0200 Update learn-about-axiom.mdx commit b273fd1 Merge: 97b8511 8b550ba Author: Mano Toth <[email protected]> Date: Mon Jun 16 10:52:38 2025 +0200 Merge branch 'main' into mano/ai-product-use-cases commit 97b8511 Author: Mano Toth <[email protected]> Date: Mon Jun 16 10:52:33 2025 +0200 First fixes commit 14ecfe0 Author: Mano Toth <[email protected]> Date: Wed May 21 12:54:25 2025 +0200 Update ai-machine-learning.mdx commit 6af7056 Author: Mano Toth <[email protected]> Date: Wed May 21 12:05:30 2025 +0200 Add AI and Product use cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions here. Great job 🙏
"group": "Use cases", | ||
"pages": [ | ||
"getting-started-guide/use-cases", | ||
"getting-started-guide/observability", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could add an entry here that points to AI engineering docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dominicchapman Thanks for this. I've implemented your comments. This one required a trick: 5b88dff
If I just added the entry to the sidenav with url
in the preface, the AI engineering overview page opened in a new tab. Also, when you opened the page, it showed both entries in the sidenav.
The current solution redirects with a slight delay. It's not perfect but it seems the lesser evil. Wdyt?
Preview: https://axiom-mano-fix-redirects.mintlify.app/getting-started-guide/ai-engineering
Preview:
Feedback on earlier versions from Dom: #290