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

Themes not work #38

Open
epplestun opened this issue May 13, 2014 · 2 comments
Open

Themes not work #38

epplestun opened this issue May 13, 2014 · 2 comments

Comments

@epplestun
Copy link

Hi,

I'm trying to use diferent theme to generate my documentation, I try to use minimal theme but not work, I try to make my own themen and not work, I'm using grunt-beautiful-docs tool to generate documentation, I have this options in my gruntfile:

bfdocs: {
      mydoc: {
        options: {
          title: 'My Help',
          manifest: 'docs/manifest.json',
          dest: '<%=pkg.folders.wwwRoot%>help/',
          theme: 'minimal'
        }
      }
    }

anyone can help me with an example of theme?

Thanks

@sbarysiuk
Copy link

Here is how you can do it from command line:
bfdocs --watch --theme="/path/to/theme" /path/to/manifest.json /path/to/output/folder

@maximebf
Copy link
Contributor

Indeed, the theme can only be set from the command line. Have you tried without grunt? (grunt-beautiful-docs is a separate project)

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

No branches or pull requests

3 participants