aglio icon indicating copy to clipboard operation
aglio copied to clipboard

no-theme-condense-nav not working

Open Anahkiasen opened this issue 8 years ago • 4 comments

I tried passing the --no-theme-condense-nav option, and if I dump options in aglio-theme/lib/main.js I can see the option has the proper value:

$ aglio -i resources/docs/api.apib -o resources/views/api.html -t slate --theme-template triple --no-theme-condense-nav
Setting theme to olio and variables to slate
{ _: [],
  f: true,
  filter: true,
  i: 'resources/docs/api.apib',
  input: 'resources/docs/api.apib',
  o: 'resources/views/api.html',
  output: 'resources/views/api.html',
  t: 'slate',
  theme: 'olio',
  'theme-template': 'triple',
  themeTemplate: 'triple',
  'theme-condense-nav': false,
  themeCondenseNav: false,
  h: '127.0.0.1',
  host: '127.0.0.1',
  p: 3000,
  port: 3000,
  v: false,
  version: false,
  c: false,
  compile: false,
  verbose: false,
  s: undefined,
  n: undefined,
  includePath: 'resources/docs',
  filterInput: true,
  themeVariables: 'slate',
  themeFullWidth: false,
  themeStyle: 'default',
  themeEmoji: true }

Nevertheless the navigation is still condensed for single-link sections:

screen shot 2016-05-22 at 18 51 56

Anahkiasen avatar May 22 '16 16:05 Anahkiasen

+1 for me 😕

kdubuc avatar Jun 17 '16 20:06 kdubuc

+1 for me too

designvoid avatar Jul 27 '16 15:07 designvoid

Pitifully issue is still here... Nav is still being partially collapsed, despite --no-theme-condense. Collapsed chapters have 6+ links. But even if i split them to have 2-3 links, some of them are still collapsed.

keatis avatar Jun 20 '17 10:06 keatis

Still there

istvandesign avatar May 30 '18 10:05 istvandesign