Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA single documentation file was updated to change a URL in the FileMaker Web Viewer prerequisites, updating the Web Viewer Getting Started Guide link from /webviewer/getting-started to /docs/webviewer. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
There was a problem hiding this comment.
Actionable comments posted: 0
🔭 Outside diff range comments (1)
apps/docs/content/docs/cli/guides/getting-started.mdx (1)
54-54: Update remaining outdated link to the new /docs/webviewer pathOne reference still points to the old route. Update for consistency and to avoid 404s.
-**Project Type** - Either a Web App for Browsers or FileMaker Web Viewer. This section of the docs focuses mostly on the browser-based projects using Next.js. For more details about the WebViewer option, see the [WebViewer Getting Started Guide](/webviewer/getting-started). +**Project Type** - Either a Web App for Browsers or FileMaker Web Viewer. This section of the docs focuses mostly on the browser-based projects using Next.js. For more details about the WebViewer option, see the [WebViewer Getting Started Guide](/docs/webviewer).
🧹 Nitpick comments (5)
apps/docs/content/docs/cli/guides/getting-started.mdx (5)
40-40: Good link update; fix typo 'priviledge' → 'privilege' and verify route existsThe link now points to /docs/webviewer, which aligns with the new docs path. There’s a minor spelling error on this line.
Apply this diff:
-If you intend to build for the FileMaker Web Viewer, the same requirements apply for FileMaker Server and OttoFMS as above. You will also need to make sure that your Full Access account has the `fmurlscript` priviledge enabled so the web code can trigger FileMaker scripts, making development a lot easier. For more details, see the [WebViewer Getting Started Guide](/docs/webviewer). +If you intend to build for the FileMaker Web Viewer, the same requirements apply for FileMaker Server and OttoFMS as above. You will also need to make sure that your Full Access account has the `fmurlscript` privilege enabled so the web code can trigger FileMaker scripts, making development a lot easier. For more details, see the [WebViewer Getting Started Guide](/docs/webviewer).Please also verify that /docs/webviewer resolves correctly in the deployed docs.
36-36: Fix typo: 'priviledge' → 'privilege'Spelling correction for clarity and professionalism.
-Your hosted FileMaker file must have an account with the `fmrest` priviledge set enabled. During setup, you'll be asked for either the account name and password for that file, or select a Data API key previously generated from OttoFMS. (If you provide credentials, a Data API key will be created for you) +Your hosted FileMaker file must have an account with the `fmrest` privilege set enabled. During setup, you'll be asked for either the account name and password for that file, or select a Data API key previously generated from OttoFMS. (If you provide credentials, a Data API key will be created for you)
19-19: Grammar: remove duplicate 'have'Tighten the sentence.
- - To check if you have already have Node.js installed, run `node -v` in your terminal. It will return the version number if already installed. + - To check if you already have Node.js installed, run `node -v` in your terminal. It will return the version number if already installed.
48-48: Use 'set up' (verb) instead of 'setup' (noun)Minor wording fix.
-Now you can scaffold a new ProofKit project! Follow the prompts to setup your project and connect to your own database. +Now you can scaffold a new ProofKit project! Follow the prompts to set up your project and connect to your own database.
109-109: Remove stray characterThere’s an orphaned “u” at the end of the file.
-u +
Summary by CodeRabbit