2017 © Pedro Peláez
 

library sami-github

A Sami theme for GitHub Markdown formatted documentation.

image

phine/sami-github

A Sami theme for GitHub Markdown formatted documentation.

  • Thursday, October 3, 2013
  • by kherge
  • Repository
  • 1 Watchers
  • 6 Stars
  • 1,779 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

GitHub

Latest Stable Version Total Downloads, (*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 "phine/sami-github=~1.0"

License

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

The Versions

03/10 2013

dev-master

9999999-dev 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.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