All Projects → allure-framework → allure-docs

allure-framework / allure-docs

Licence: other
Allure Framework documentation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to allure-docs

allure-docker-service-ui
Allure Docker Service UI provides a friendly user interface for frankescobar/allure-docker-service API container.
Stars: ✭ 51 (+2%)
Mutual labels:  reporting, allure
allure-codeception
Codeception framework adapter for Allure
Stars: ✭ 43 (-14%)
Mutual labels:  reporting, allure
allure-ruby
Allure integrations for Ruby test frameworks
Stars: ✭ 40 (-20%)
Mutual labels:  reporting, allure
allure-php-api
PHP API for Allure Framework
Stars: ✭ 32 (-36%)
Mutual labels:  reporting, allure
Community
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
Stars: ✭ 1,286 (+2472%)
Mutual labels:  docs, reporting
Allure2
Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process
Stars: ✭ 2,596 (+5092%)
Mutual labels:  reporting, allure
allure-rspec
Deprecated, use https://github.com/allure-framework/allure-ruby instead
Stars: ✭ 30 (-40%)
Mutual labels:  reporting, allure
allure-bamboo
Allure plugin for Atlassian Bamboo
Stars: ✭ 26 (-48%)
Mutual labels:  reporting, allure
allure-gradle
Allure Gradle Plugin
Stars: ✭ 62 (+24%)
Mutual labels:  reporting, allure
buuk
A simple markdown based documentation generator.
Stars: ✭ 23 (-54%)
Mutual labels:  docs
MAXTouch-docs
Documentation and specifications for M.A.X. Touch built-in scripting system
Stars: ✭ 15 (-70%)
Mutual labels:  docs
sarna
Security Assessment Report geNerated Automatically
Stars: ✭ 26 (-48%)
Mutual labels:  reporting
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (-12%)
Mutual labels:  docs
Sawo-Docs
Official Repository of SAWO Documentation 📖
Stars: ✭ 18 (-64%)
Mutual labels:  docs
go-test-report
Captures go test output and parses it into a single self-contained HTML file.
Stars: ✭ 68 (+36%)
Mutual labels:  reporting
api-doc
自动化文档生成工具
Stars: ✭ 13 (-74%)
Mutual labels:  docs
zmon-docs
ZMON Documentation
Stars: ✭ 14 (-72%)
Mutual labels:  docs
saltdash
A read-only dashboard for Salt jobs
Stars: ✭ 18 (-64%)
Mutual labels:  reporting
doctools
doctools for eggjs
Stars: ✭ 38 (-24%)
Mutual labels:  docs
screenpy
Screenplay pattern base for Python automated UI test suites.
Stars: ✭ 38 (-24%)
Mutual labels:  allure

BooGi

Netlify Status GitHub release (latest SemVer) CI Codacy Badge

Create awesome documentation or tutorial pages with modern look-and-feel. Customize it to your needs, run locally, deploy anywhere.

Important Check boogi-cli to start quickly, simplify your codebase, easily run locally and build you BooGi-based app. We recommend using boogi-cli instead of using gatsby-cli directly.

Motivation

Goal is to give teams powerful tool which they can use to efficiently and collaboratively share their knowledge. They can easily host it on any infrastructure of choice or SaaS hosting like Netlify, Vercel or GitHub / GitLab Pages. We want to provide a product, which can be customized to (nearly) any needs, either using basic or advanced configuration options.

BooGi is inspired by popular Gitbook look and feel. It offers custom styling and components that enable building beautiful documentation for projects and products quickly. It follows docs-as-code principles, where you treat your documentation in the same way as your code.

It is a fork of https://github.com/hasura/gatsby-gitbook-starter, however it went through total rework and changes. We improve it to provide significantly more features, make look-and-feel more similar to Gitbook, improve stability, performance, make it more configurable and easier to start with.

🔥 Features

  • Write using Markdown / MDX
  • customizing your page to match your branding and needs
  • GitBook-like style theme, inspired by https://docs.gitbook.com/
  • light / dark mode themes
  • responsive design with mobile / tablet support
  • rich-content and rich-text features like text formatting, graphs and diagrams, quotes, columnar layout, emojis, highlights, live code editor, syntax highlighting, external code snippets and many many more!
  • draft pages
  • search integration with Algolia
  • local search (search in a browser without need to integrate with Algolia)
  • Progressive Web App which can work offline
  • integration with Google Analytics
  • full screen mode
  • Search Engine Optimization (SEO) friendliness
  • RSS feed
  • easy way to edit content on Gitlab, Github or Bitbucket
  • custom CLI to easily initialize and develop BooGi app
  • easy deployment on platform of your choice

🔗 Docs and live Demo

Here's a BooGi documentation being also a live demo.

🚀 Quickstart

Using boogi-cli (recommended)

You need to have boogi-cli installed: npm install -g boogi-cli.

  1. Initialize BooGi project (config wizard will help you to set it up!) in current directory:

    boogi init
  2. Run your app in development mode with live reload

    boogi develop
  3. Build you app package ready for deployment

    boogi build

Using gatsby-cli

You need to have gatsby-cli installed: npm install -g gatsby-cli.

Get started by running the following commands (using Gatsby CLI):

$ git clone [email protected]:filipowm/boogi.git
$ yarn
$ gatsby develop

Visit http://localhost:8000/ to view the app.

☁️ Deploy

Deploy to Netlify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].