2017 © Pedro Peláez
 

library sami-github

A Sami theme for GitHub Markdown formatted documentation. (this is a fork of phine/sami-github)

image

devedge/sami-github

A Sami theme for GitHub Markdown formatted documentation. (this is a fork of phine/sami-github)

  • Thursday, February 22, 2018
  • by ppetermann
  • Repository
  • 1 Watchers
  • 0 Stars
  • 144 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

GitHub

This is a fork of phine/sami-github, with a few fixes as the original project is abandoned., (*1)

A Sami theme for GitHub Markdown formatted documentation., (*2)

Usage

use Sami\Sami;
use Sami\Version\GitVersionCollection;
use Symfony\Component\Finder\Finder;

$iterator = Finder::create()
    ->files()
    ->name('*.php')
    ->exclude('Resources')
    ->exclude('Tests')
    ->in($dir = '/path/to/symfony/src')
;

$versions = GitVersionCollection::create($dir)
    ->addFromTags('v2.0.*')
    ->add('2.0', '2.0 branch')
    ->add('master', 'master branch')
;

return new Sami($iterator, array(
    'theme'                => 'github',
    'versions'             => $versions,
    'title'                => 'Symfony2 API',
    'build_dir'            => __DIR__.'/../build/sf2/%version%',
    'cache_dir'            => __DIR__.'/../cache/sf2/%version%',
    // use a custom theme directory
    'template_dirs'        => array(__DIR__.'/themes/sami-github'),
    'default_opened_level' => 2,
));

Requirement

  • PHP >= 5.3.3
  • Sami >= 1.1.0

Installation

Via Composer:, (*3)

$ composer require "devedge/sami-github=~1.0"

License

This library is available under the MIT license., (*4)

The Versions

22/02 2018

dev-master

9999999-dev https://github.com/ppetermann/sami-github

A Sami theme for GitHub Markdown formatted documentation. (this is a fork of phine/sami-github)

  Sources   Download

MIT

The Development Requires

github sami

22/02 2018

1.0.6

1.0.6.0 https://github.com/ppetermann/sami-github

A Sami theme for GitHub Markdown formatted documentation. (this is a fork of phine/sami-github)

  Sources   Download

MIT

The Development Requires

github sami

02/12 2015

1.0.5

1.0.5.0 https://github.com/ppetermann/sami-github

A Sami theme for GitHub Markdown formatted documentation. (this is a fork of phine/sami-github)

  Sources   Download

MIT

The Development Requires

github sami

18/09 2013

1.0.4

1.0.4.0 https://github.com/phine/sami-github

A Sami theme for GitHub Markdown formatted documentation.

  Sources   Download

MIT

The Development Requires

github sami

18/09 2013

1.0.3

1.0.3.0 https://github.com/phine/sami-github

A Sami theme for GitHub Markdown formatted documentation.

  Sources   Download

MIT

The Development Requires

github sami

13/09 2013

1.0.2

1.0.2.0 https://github.com/phine/sami-github

A Sami theme for GitHub Markdown formatted documentation.

  Sources   Download

MIT

The Development Requires

github sami

13/09 2013

1.0.1

1.0.1.0 https://github.com/phine/sami-github

A Sami theme for GitHub Markdown formatted documentation.

  Sources   Download

MIT

The Development Requires

github sami

13/09 2013

1.0.0

1.0.0.0 https://github.com/phine/sami-github

A Sami theme for GitHub Markdown formatted documentation.

  Sources   Download

MIT

The Development Requires

github sami