Skip to content

Update _index.nb.md#2686

Open
Viktorolsen wants to merge 1 commit intomasterfrom
Viktorolsen-patch-2
Open

Update _index.nb.md#2686
Viktorolsen wants to merge 1 commit intomasterfrom
Viktorolsen-patch-2

Conversation

@Viktorolsen
Copy link
Copy Markdown
Contributor

@Viktorolsen Viktorolsen commented Feb 9, 2026

Endret lenke som var død

Summary by CodeRabbit

  • Documentation
    • Updated Resource Administration documentation links to point to the correct location.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 9, 2026

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'auto_resolve_threads'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
📝 Walkthrough

Walkthrough

Documentation file for Norwegian Bokmål updated to point service owner guides to a new URL path. Two Ressursadministrasjon references changed from resource-admin-studio to the new authorization/guides/resource-owner/create-resource-resource-admin path structure.

Changes

Cohort / File(s) Summary
Norwegian Documentation Updates
content/correspondence/getting-started/developer-guides/serviceowner/_index.nb.md
Updated two URL references to Ressursadministrasjon documentation to point to new authorization/guides path. Link structure modernized while maintaining surrounding content integrity.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

📖 Links were old, now they're new,
Ressursadministrasjon finds its proper view,
Norwegian guides now point the way,
To authorization paths—hip hip hooray! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Update _index.nb.md' is vague and generic, referring only to a filename without describing the actual change (updating dead links to Ressursadministrasjon documentation). Use a more descriptive title like 'Update Ressursadministrasjon documentation links in Norwegian guide' to clearly convey the purpose of the changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Viktorolsen-patch-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In
`@content/correspondence/getting-started/developer-guides/serviceowner/_index.nb.md`:
- Line 33: Update the English doc link in _index.en.md to match the Norwegian
Bokmål change: replace the old path fragment
"resource-admin-studio/#create-the-resource-admin-repository-for-the-organization"
with the new URL
"https://docs.altinn.studio/authorization/guides/resource-owner/create-resource-resource-admin/"
so the link in the file _index.en.md (around line 32) points to the updated
resource-owner guide and matches the Norwegian _index.nb.md changes.

Man aktiverer ressursadministrasjonen ved å opprette et spesifikt repo (repository) og en ressursgruppe for organisasjonen din. (Har du allerede aktivert ressursadministrasjon kan du gå til steg 4.)

Se [Ressursadministrasjon](https://docs.altinn.studio/nb/authorization/getting-started/resource-admin-studio/#opprett-ressursadministrasjonsarkivet-for-organisasjonen) for en detaljert veiledning.
Se [Ressursadministrasjon](https://docs.altinn.studio/nb/authorization/guides/resource-owner/create-resource-resource-admin/) for en detaljert veiledning.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

# Read the file to see the actual content and context
cat -n content/correspondence/getting-started/developer-guides/serviceowner/_index.nb.md | head -60

Repository: Altinn/altinn-studio-docs

Length of output: 5427


🏁 Script executed:

# Search for any remaining old path references
rg -n "resource-admin-studio" content/correspondence/getting-started/developer-guides/serviceowner/_index.nb.md

Repository: Altinn/altinn-studio-docs

Length of output: 51


🏁 Script executed:

# Search across all markdown documentation files for old path references
rg -n "resource-admin-studio" --type=md

Repository: Altinn/altinn-studio-docs

Length of output: 340


🏁 Script executed:

# Check for the new path to ensure consistency
rg -n "authorization/guides/resource-owner/create-resource" content/correspondence/getting-started/developer-guides/serviceowner/_index.nb.md

Repository: Altinn/altinn-studio-docs

Length of output: 407


🏁 Script executed:

# Check for other language versions of this file
fd "_index" content/correspondence/getting-started/developer-guides/serviceowner/

Repository: Altinn/altinn-studio-docs

Length of output: 232


🏁 Script executed:

# Search for the old path across all markdown files more comprehensively
rg -n "resource-admin-studio" --type=md -c

Repository: Altinn/altinn-studio-docs

Length of output: 152


🏁 Script executed:

# Check the English version file specifically
cat -n content/correspondence/getting-started/developer-guides/serviceowner/_index.en.md | sed -n '25,40p'

Repository: Altinn/altinn-studio-docs

Length of output: 1732


Link update incomplete across language versions.

The Norwegian Bokmål file has been correctly updated at lines 33 and 44. However, the English version (_index.en.md line 32) still contains the old path reference (resource-admin-studio/#create-the-resource-admin-repository-for-the-organization) and needs to be updated to match the new structure:

https://docs.altinn.studio/authorization/guides/resource-owner/create-resource-resource-admin/

Update the English version to maintain consistency across language documentation.

🤖 Prompt for AI Agents
In
`@content/correspondence/getting-started/developer-guides/serviceowner/_index.nb.md`
at line 33, Update the English doc link in _index.en.md to match the Norwegian
Bokmål change: replace the old path fragment
"resource-admin-studio/#create-the-resource-admin-repository-for-the-organization"
with the new URL
"https://docs.altinn.studio/authorization/guides/resource-owner/create-resource-resource-admin/"
so the link in the file _index.en.md (around line 32) points to the updated
resource-owner guide and matches the Norwegian _index.nb.md changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant