From 2a45d0a5481d7f9d9d90a4cf19e4ca86441f836a Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:38:56 +0000 Subject: [PATCH] Add mountain lion joke with French translation as hidden easter egg pages --- fern/docs.yml | 76 +++++++--------------------------- fern/docs/mountain-lion-fr.mdx | 23 ++++++++++ fern/docs/mountain-lion.mdx | 21 ++++++++++ 3 files changed, 59 insertions(+), 61 deletions(-) create mode 100644 fern/docs/mountain-lion-fr.mdx create mode 100644 fern/docs/mountain-lion.mdx diff --git a/fern/docs.yml b/fern/docs.yml index 6347c9a..059514f 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -27,52 +27,21 @@ navigation: contents: - page: Welcome path: ./docs/index.mdx - - page: Introducing Promptless 1.0 - path: ./docs/introducing-promptless.mdx - slug: promptless-1-0 - page: Setup & Quickstart path: ./docs/getting-started.mdx - - page: Core Concepts - path: ./docs/core-concepts.mdx - page: Pilot Overview hidden: true path: ./docs/pilot-guide.mdx - - section: Configuring Promptless - icon: fa-regular fa-gear + - section: Core Concepts + icon: fa-regular fa-lightbulb + path: ./docs/core-concepts/index.mdx contents: - - section: Triggers - path: ./docs/configuration/triggers.md - contents: - - page: GitHub PRs - path: ./docs/configuration/triggers/github-prs.md - - page: GitHub Commits - path: ./docs/configuration/triggers/github-commits.md - - page: Slack Messages - path: ./docs/configuration/triggers/slack.md - - page: Microsoft Teams Messages - path: ./docs/configuration/triggers/microsoft-teams.md - - page: Zendesk Tickets (Beta) - path: ./docs/configuration/triggers/zendesk.md - - section: Context Sources - path: ./docs/configuration/context-sources.md - contents: - - page: Linear - path: ./docs/configuration/context-sources/linear.md - - page: Jira - path: ./docs/configuration/context-sources/jira.md - - section: Doc Collections - path: ./docs/configuration/doc-collections.md - contents: - - page: GitHub Repos (Docs as Code) - path: ./docs/configuration/doc-collections/github-repos.md - - page: Document360 - path: ./docs/configuration/doc-collections/document360.md - - page: Zendesk - path: ./docs/configuration/doc-collections/zendesk.md - - page: Intercom (Beta) - path: ./docs/configuration/doc-collections/intercom.md - - page: Webflow (Beta) - path: ./docs/configuration/doc-collections/webflow.md + - page: Triggers + path: ./docs/core-concepts/triggers.md + - page: Context Sources + path: ./docs/core-concepts/context-sources.md + - page: Doc CMSs + path: ./docs/core-concepts/doc-locations.md - section: How to use Promptless icon: fa-regular fa-star path: ./docs/features/index.mdx @@ -83,8 +52,6 @@ navigation: path: ./docs/features/github-pr-comments.mdx - page: Using the Web Interface path: ./docs/features/web-ui-feedback.mdx - - page: Providing Feedback - path: ./docs/features/providing-feedback.mdx - section: Integrations icon: fa-regular fa-plug path: ./docs/integrations/index.mdx @@ -138,33 +105,23 @@ navigation: contents: - page: Frequently Asked Questions path: ./docs/faq.mdx - - page: Recommended Docs Providers - path: ./docs/recommended-docs-providers.mdx + - page: Mountain Lion + hidden: true + path: ./docs/mountain-lion.mdx + - page: Puma hidden: true + path: ./docs/mountain-lion-fr.mdx - tab: blog layout: - - section: Product Updates - icon: fa-regular fa-bullhorn - contents: - - page: Launch Week - December 2025 - path: ./docs/product-updates/launch-week-dec-2025.mdx - section: Customer Stories icon: fa-regular fa-users contents: - page: How Vellum Drafts 50%+ of Docs with Promptless path: ./docs/customer-stories/vellum.mdx - slug: vellum - - section: Life at Promptless - icon: fa-regular fa-lightbulb - contents: - - page: Running a Lightweight Research Paper Club - path: ./docs/life-at-promptless/paper-club.mdx - tab: changelog layout: - section: Changelogs contents: - - page: December 2025 - path: ./docs/changelogs/2025-12.md - page: November 2025 path: ./docs/changelogs/2025-11.md - page: October 2025 @@ -215,7 +172,4 @@ typography: style: normal favicon: ./docs/assets/favicon.ico - -redirects: - - source: "/promptless-1-0" - destination: "/docs/getting-started/promptless-1-0" \ No newline at end of file + diff --git a/fern/docs/mountain-lion-fr.mdx b/fern/docs/mountain-lion-fr.mdx new file mode 100644 index 0000000..bf284dc --- /dev/null +++ b/fern/docs/mountain-lion-fr.mdx @@ -0,0 +1,23 @@ +# 🦁 Blague du Puma + +Vous avez trouvé la page cachée ! Voici une blague classique pour vous : + +--- + +**Un puma entre dans un café.** + +Il s'assoit et commande un café. Après l'avoir terminé, il reste assis là en silence pendant un long moment. + +Le barista finit par s'approcher et demande : « Tout va bien ? Puis-je vous servir autre chose ? » + +Le puma lève les yeux et répond : + +**« Non merci, je suis juste là pour la grande paws. »** + +🐾 + +*(C'est un jeu de mots en anglais : "paws" (pattes) se prononce comme "pause" !)* + +--- + +*Félicitations pour avoir trouvé cet easter egg ! Maintenant, retournez à votre documentation.* diff --git a/fern/docs/mountain-lion.mdx b/fern/docs/mountain-lion.mdx new file mode 100644 index 0000000..3bbf9f4 --- /dev/null +++ b/fern/docs/mountain-lion.mdx @@ -0,0 +1,21 @@ +# 🦁 Mountain Lion Joke + +You found the hidden page! Here's a classic joke for you: + +--- + +**A mountain lion walks into a cafe.** + +He sits down and orders a coffee. After finishing it, he just sits there silently for a long time. + +The barista eventually walks over and asks, "Is everything okay? Can I get you anything else?" + +The mountain lion looks up and says: + +**"No thanks, I'm just here for the big paws."** + +🐾 + +--- + +*Congratulations on finding this easter egg! Now get back to documenting.*