Skip to content

Multiple styleguides for different sections? #251

Description

@sugarenia

Is there a clean, "official" way to have multiple styleguides on the same codebase?

Something like:

http://domain.com/public/styleguide
an index page with an intro and links to different sections, e.g. /backend, /marketing, /application

http://domain.com/public/styleguide/backend
the backend index, showing only widgets from the app/assets/stylesheets/backend folder (CSS include is ONLY app/assets/stylesheets/backend.scss

http://domain.com/public/styleguide/marketing
the marketing index, showing only widgets from the app/assets/stylesheets/marketing folder (CSS include is ONLY app/assets/stylesheets/marketing.scss)

etc.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions