This repository was archived by the owner on Mar 12, 2025. It is now read-only.
generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Include unique ID that doesn't change in slug #139
Labels
Comments
Closed
@raisedadead Do we want it to be
|
I prefer the former format with the |
OK, thank you for confirming. |
(Note) Reasons behind this:
|
(Meeting notes) We don't need |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is more of a need for the 11ty and front-end apps.
We would want to design the slug such that it always contains a unique ID in the following format:
https://freecodecamp.org/news/my-awesome-article-12ab4c56
where the
12ab4c56
is an 8-char hexadecimal unique id.For inspiration, the forum URLs look like so:
https://forum.freecodecamp.org/t/announcement-hacktoberfest-2023-contribute-to-freecodecamp/641747
https://forum.freecodecamp.org/t/announcement-hacktoberfest-2023/641747
https://forum.freecodecamp.org/t/announcement/641747
https://forum.freecodecamp.org/t/announcement2023-contribute-to/641747
These all lead to
https://forum.freecodecamp.org/t/641747
Because the forum software (discourse) ignores the slug and uses the topic number.
The text was updated successfully, but these errors were encountered: