# Functions
GenerateHumanReadableSlug will return a slug for given title - defined as: "Human readable slug is a short hyphenated slug that aligns with the title of the page, is clear and unambiguous, but is free from articles (a, an, the) and other superfluous words" It can be edited manually removing superflous words before published.
GenerateResourceId should return "short, unique, non-incremental ID" - defined as: [A-Za-z0-9]{8}.
No description provided by the author
# Type aliases
No description provided by the author