Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Basic update from Bootstrap 2 to Bootstrap 3.3.7 - Latest Bootstrap C… #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

derekwlms
Copy link

Latest Bootstrap CSS, update index template to BS 3 classes. See issue #79 and other similar requests.

@henck
Copy link

henck commented May 15, 2017

This change is essential, as the old bootstrap breaks the behavior of demo code that uses a more recent bootstrap version. It is too bad that the project owner hasn't merged this branch yet.

On the other hand, you can copy the new index.tmpl into your own project, and set it as the template to use from your ngdocs configuration in Gruntfile.js. That way, you can also make index.tmpl part of your code repository and make other template changes as required:

ngdocs: {
  options: {
    template: 'ngdocs-template/index.tmpl',
    ....
  },
  ....
}

@derekwlms
Copy link
Author

Good point. Turns out, I made further changes to my own fork, adding new custom options to grunt-ngdocs.js, and processing them in ngdoc.js, example.js, etc. I'm not holding my breath on this PR, so I'll stick with my fork for now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants