brackets-archive / brackets.io

brackets.io website
0 stars 0 forks source link

[CLOSED] Fix wrong API docs of 1.12 #151

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by boopeshmahendran Saturday Feb 03, 2018 at 02:54 GMT Originally opened as https://github.com/adobe/brackets.io/pull/209


When I raised this PR #207 I used windows for generating the docs without checking this page. It changed the file structure of the api docs.

So this http://brackets.io/docs/current/modules/brackets.html became http://brackets.io/docs/current/modules/src/brackets.html and so the API docs link in brackets.io is broken and it also changed every api docs page.

My apologies.

So this PR reverts that PR and adds a api docs with the correct path.

This can be tested by visiting https://boopeshmahendran.github.io/brackets.io/docs/current/modules/brackets.html (see the path)

@swmitra @nethip @navch Please review and merge it.


boopeshmahendran included the following code: https://github.com/adobe/brackets.io/pull/209/commits

core-ai-bot commented 3 years ago

Comment by boopeshmahendran Saturday Feb 03, 2018 at 03:08 GMT


@swmitra Thanks for merging this PR this soon.