[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["The `generate` method creates a unique resource ID for a given document."],["This method is static, meaning it's called directly on the class itself, not an instance of it."],["It requires a `DocumentObject` as input, representing the document for which to generate the ID."],["The generated resource ID is returned as a string."]]],["The function `generate` creates a resource ID for a given document. It's a static method that accepts a mandatory `document` parameter of type `DocumentObject`. This function then returns a string representing the generated resource ID. No parameters are optional and the method is not protected or final. The core action is generating a unique string ID from the input document.\n"]]