Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom partials and templates #361

Closed
wants to merge 1 commit into from

Conversation

dustinboss
Copy link

Just after I finished this, I noticed the next branch which totally refactors the templating process, so this solution won't work once you roll that out. However, here's a pull request to allow a user to easily customize partials and templates by providing their own files as options.

Example usage in typedoc.js

{
    customPartials: {
          'member.sources': '/path/to/my/custom/member.sources.hbs'
        },
        
        customTemplates: {
          'reflection: '/path/to/my/custom/reflection.hbs'
        }
}

@tgreyuk
Copy link
Member

tgreyuk commented Dec 1, 2022

apologies been busy on other stuff. will try and have a proper look at this, however like you saying hoping to resolve this issue in the next major release.

@oleksiisurnin
Copy link

Great feature. Looking forward to implementing this!

@tgreyuk
Copy link
Member

tgreyuk commented May 3, 2024

@tgreyuk tgreyuk closed this May 3, 2024
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.

None yet

3 participants