| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
There were two places where we were removing old comments from google docs:
* gdocs.js fetching script
* docs/src/reader.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So you can use links without section when they link within the section.
|
|
|
|
|
|
|
|
|
|
And couple of missing semi-colons...
|
|
|
|
|
|
These tests were failing because of rewriting urls into new 'section' format,
i.e. angular.scope -> api.angular.scope
|
|
Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|