Skip to content

CodeCorico/allons-y-web-helper

Repository files navigation

Allons-y-web-helper

Join the chat at https://gitter.im/CodeCorico/allons-y Issue Stats Issue Stats npm version

Allons-y-web-helper is an allons-y module that helps designers by creating fake data & pages into json files.

Wiki

The documentation, wiki and every Allons-y-web-helper resources can be found in the Allons-y.io platform.

Configuration example

{
  "routes": {
    "/test": {
      "title": "My test",
      "requires": ["test"]
    }
  },
  "components": {
    "web-create-layout": {
      "sections": [{
        "title": "Articles",
        "links": [{
          "url": "/wiki/create",
          "image": "",
          "title": "Blank article",
          "description": "Start with a blank page."
        }, {
          "title": "Groups",
          "links": [{
            "url": "/groups/create",
            "image": "",
            "title": "Empty group",
            "description": "Start a new empty group."
          }]
        }]
      }]
    }
  }
}

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues.

About

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors