Codebase list ruby-gitlab / upstream/4.8.0 spec / fixtures / wikis.json
upstream/4.8.0

Tree @upstream/4.8.0 (Download .tar.gz)

wikis.json @upstream/4.8.0raw · history · blame

[
  {
    "content" : "Here is an instruction how to deploy this project.",
    "format" : "markdown",
    "slug" : "deploy",
    "title" : "deploy"
  },
  {
    "content" : "Our development process is described here.",
    "format" : "markdown",
    "slug" : "development",
    "title" : "development"
  },{
    "content" : "*  [Deploy](deploy)\n*  [Development](development)",
    "format" : "markdown",
    "slug" : "home",
    "title" : "home"
  }
]