Conversation
Added information for latest Password Secure version
* Updated to match 12.0 page including accounts used details and note for using task creds with an untrusted target * Update proxymodeservicepermissions.md Fixed broken link
…153) * - Updated 11.6 documentation to match 12.0 for windows fs permissions (location change only) - Fixed misleading table that made it look like NAA would deploy NAM agents * Update activity.md fixed image links * Update appletmodepermissions.md fixed broken link * Update localmodepermissions.md fixed broken link and redundant sentence * Update proxymodeappletpermissions.md
Implements a version switcher that allows users to navigate between different versions of multi-version products. The switcher appears in the sidebar for products with multiple versions configured. Changes: - Add VersionSwitcher component with version badge UI - Customize DocSidebar theme to integrate version switcher - Update products.js with version configurations - Update kb_allowlist.json for new product versions - Clean up unused observer cleanup in Root.js Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
The homepage version badges were not respecting the customLink property when generating links. This caused a broken link error for Identity Recovery 2.6, which should link to /docs/recoveryforactivedirectory/2_6 but was incorrectly generating /docs/identityrecovery/2_6. Updated generateProductCategories() to check for customLink before generating the route, matching the behavior in VersionSwitcher component. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Create CODE_OF_CONDUCT.md
All products have been migrated to autogenerated KB sidebars. Removed migration-specific code that is no longer needed: - Removed MIGRATED_PRODUCTS array and migration control logic from copy-kb-to-versions.mjs script. Script now processes all products in kb_allowlist.json by default. - Deleted src/utils/generateKBSidebar.js utility (no longer used, all sidebars now use type: 'autogenerated') - Fixed kb_allowlist.json alphabetical ordering The copy script is now simpler and will automatically process new products (like passwordsecure, pingcastle) when they're added to kb_allowlist.json in the future. Co-authored-by: Hilary Ramirez <hilaryramirez@Mac.lan>
…d team notifications Implements a comprehensive 3-stage GitHub Actions workflow to automatically process new issues: - Stage 1: Validates and corrects issue template usage - Stage 2: Assigns primary AI labels (AI:docs or AI:docusaurus) and handles special cases (duplicates, bugs, proposals) - Stage 3: Assigns product labels and notifies relevant teams based on CODEOWNERS Disables the previous claude-issue-labeler.yml workflow as its functionality is now handled by the new processor. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add version switcher component for documentation navigation
Add multi-stage issue processing workflow
|
|
||
| - name: Validate and correct template usage | ||
| id: validate | ||
| uses: anthropics/claude-code-action@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| steps: | ||
| - name: Assign primary AI label | ||
| id: label | ||
| uses: anthropics/claude-code-action@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| sparse-checkout-cone-mode: false | ||
|
|
||
| - name: Assign product labels and notify teams | ||
| uses: anthropics/claude-code-action@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.