adobe / brackets.io

brackets.io website
111 stars 80 forks source link

API Docs page link is broken #176

Open pciiitmk opened 8 years ago

pciiitmk commented 8 years ago

The page: http://brackets.io/docs/current/modules/brackets.html is broken.

Steps to reproduce (The way I did it):

  1. Navigate to: Bracket's API page
  2. Click on active-line label in dependencies section.

Observation The link points to a page that gives a 404 Page not found

ficristo commented 8 years ago

active-line is an addon of CodeMirror and not the only one in the docs. I don't think things under src/thirdparty code should be showed. PerfUtils.js is showed twice and I don't why show main-view.html.

According to https://github.com/adobe/brackets/wiki/Generating-Brackets-API-Docs the docs are generated with https://github.com/jbalsas/apify/ where, probably, the fix have to happen.

ankitrgadiya commented 7 years ago

Its working for me now.

ficristo commented 7 years ago

I still can reproduce...