Skip to content

feature/add-resolved-editUrl#297

Merged
lebalz merged 4 commits into
mainfrom
feature/add-resolved-editUrl
Jul 14, 2026
Merged

feature/add-resolved-editUrl#297
lebalz merged 4 commits into
mainfrom
feature/add-resolved-editUrl

Conversation

@lebalz

@lebalz lebalz commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Add a correctly resolved editUrl, no matter whether the content was distributed to a class by material-sync or is directly in the docs folder.

Default behavior is now:

// docusaurus.config.ts
import { resolveEditUrl } from '@tdev/material-sync/src/helpers/resolveEditUrl';

const docusaurusConfig = {
/* ... */
presets: [
        [
          'classic',
          {
            docs: {
                  editUrl: resolveEditUrl()
            }
          }
       ]
]
}

@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for teaching-dev ready!

Name Link
🔨 Latest commit 1462d8f
🔍 Latest deploy log https://app.netlify.com/projects/teaching-dev/deploys/6a5648cfdca1630008bb24c9
😎 Deploy Preview https://deploy-preview-297--teaching-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@lebalz
lebalz merged commit 65f0df7 into main Jul 14, 2026
5 checks passed
@lebalz
lebalz deleted the feature/add-resolved-editUrl branch July 14, 2026 14:35
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