Skip to content

DOCSP-52058 CRUD app with Rocket title #194

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

Merged
merged 1 commit into from
Jul 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/fundamentals/crud/web-app-tutorial.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _rust-rocket-web-app-tutorial:

===========================================
Tutorial: Create a CRUD Web App with Rocket
===========================================
========================
CRUD Web App with Rocket
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep tutorial: at the beginning, like we've done for other tutorials adapted from dev center articles

Suggested change
CRUD Web App with Rocket
Tutorial: CRUD Web App with Rocket

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Titles should be between 30-60 characters." Adding Tutorial would violate these boundaries and negate the purpose of cutting the title down. I wonder if adding "Tutorial:" is necessary to convey the purpose of the page?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm seeing 34 characters for the title I suggested...?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The full title includes "Tutorial: CRUD Web App with Rocket - Rust Driver v3.2 - MongoDB Docs" according to the JIRA ticket, which would make it 68 characters.

========================

.. facet::
:name: genre
Expand Down
Loading