Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MkDocs

Project documentation with Markdown.
Collective - Host: opensource - https://opencollective.com/mkdocs - Website: https://www.mkdocs.org/ - Code: https://github.com/mkdocs/mkdocs

Merge pull request #89 from JimPanic/fix-build

Fix build error caused by wrong indentation

github.com/mkdocs/mkdocs - ac9ce2e5487dedc4aa058576a5b3f77d2883f29b authored over 10 years ago by Tom Christie <[email protected]>
Merge pull request #87 from JimPanic/patch-1

Set the correct key for the favicon

github.com/mkdocs/mkdocs - 91a545f48121a4a900870f6aa1cac98928f7864d authored over 10 years ago by Tom Christie <[email protected]>
Fix build error caused by wrong indentation

github.com/mkdocs/mkdocs - 175a8fa2aa595132cf6dbf8ed405bb0682ab95dd authored over 10 years ago by Alexander Pánek <[email protected]>
Add actual documentation

* site_url
* site_author
* site_description
* site_favicon

github.com/mkdocs/mkdocs - 4a263298e2bca63380207ee8a6c181d2f7f1a369 authored over 10 years ago by Alexander Pánek <[email protected]>
Set the correct key for the favicon

`favicon` is used throughout the themes, build.py used `site_favicon`.

github.com/mkdocs/mkdocs - 7722e0d2d891be5df1a19bc0ea12c8dedd6d7afc authored over 10 years ago by Alexander Pánek <[email protected]>
Merge pull request #79 from grena/patch-1

Fix typo

github.com/mkdocs/mkdocs - ad4992260b3104edc4d4840f2d8f6ba0305006b2 authored over 10 years ago by Tom Christie <[email protected]>
Fix typo

github.com/mkdocs/mkdocs - 795346898ef7629ff758cff0c14897d7cfe3d27f authored over 10 years ago by Adrien PETREMANN <[email protected]>
Fixes location of static assets.

The previous commit made `base_url` incorrectly empty.

github.com/mkdocs/mkdocs - 02cf443c7714a420fe14bb81da3711380587ca10 authored over 10 years ago by Castro <[email protected]>
Fixes indentation issues which caused lint errors.

Those errors were causing the `runtests` script to fail.

github.com/mkdocs/mkdocs - 201433e56fa2e5fb750e8083e826148bcac29d43 authored over 10 years ago by Castro <[email protected]>
Fixes #65 - Links to other files within documentation are broken on Python 2.6

There was a bug in `posixpath.relpath()` in this version of Python. The
bug was worked around by...

github.com/mkdocs/mkdocs - dfd3dcccca85da38f5615ccabd3766e1707b10f0 authored over 10 years ago by Castro <[email protected]>
Fixed #63 - `use_directory_urls` option has no effect.

- The `use_directory_urls` option is now passed forward to the
SiteNavigation object in order to...

github.com/mkdocs/mkdocs - 7f436735e0dcb8afb7d078d0126a6fdf7e00be9d authored over 10 years ago by Castro <[email protected]>
Comment tweaks

github.com/mkdocs/mkdocs - 2d92dae9a2c534ca54a23b94632c99f785dcde45 authored over 10 years ago by Tom Christie <[email protected]>
Tweaks to automatically generated filenames

github.com/mkdocs/mkdocs - ed594366f7fdbdd5a0c3b2b9d4cf3ae559d1a7da authored over 10 years ago by Tom Christie <[email protected]>
Don't pause before rebuilds

github.com/mkdocs/mkdocs - 7def968d1902f22a95e6ea730b4f18137203afe4 authored over 10 years ago by Tom Christie <[email protected]>
Fix broken indentation

github.com/mkdocs/mkdocs - 1d0d96e03dbc25a67998000a91173c5557872136 authored over 10 years ago by Tom Christie <[email protected]>
Version 0.9

github.com/mkdocs/mkdocs - dd079c81bee162c2e8b3be7d6c9b9d52442e6023 authored over 10 years ago by Tom Christie <[email protected]>
Support both remote URL styles in gh-deploy.

github.com/mkdocs/mkdocs - 18b8c8cafcfc61e0b6bb170438a405a7c0406da0 authored over 10 years ago by Tom Christie <[email protected]>
Add automatic naming for included pages.

github.com/mkdocs/mkdocs - c38db61980199a535e356ff8050792794dce9f1a authored over 10 years ago by Tom Christie <[email protected]>
Version 0.8

github.com/mkdocs/mkdocs - 31659362b0e4cf1e888527007f9aa0eeabf1b6d2 authored over 10 years ago by Tom Christie <[email protected]>
Pause slightly before re-creating site after filesystem events

github.com/mkdocs/mkdocs - b5ab105b52023af264203bae7ac0523d855ef207 authored over 10 years ago by Tom Christie <[email protected]>
Include final newline in initial mkdocs.yml file

github.com/mkdocs/mkdocs - 9867440a8320df5e287faf101e26192b3a810796 authored over 10 years ago by Tom Christie <[email protected]>
Version 0.7

github.com/mkdocs/mkdocs - 98796687ad32540126eee361645cad49e73977fc authored over 10 years ago by Tom Christie <[email protected]>
Fix gh-deploy output

github.com/mkdocs/mkdocs - cf88857d078e6a75a323ad4c2548de150d756edb authored over 10 years ago by Tom Christie <[email protected]>
Version 0.6

github.com/mkdocs/mkdocs - 216c3e314245c2cd06f5087c8090e8a1f2879926 authored over 10 years ago by Tom Christie <[email protected]>
Tidy up config.

github.com/mkdocs/mkdocs - b7dc915716f55c32df7258914be873f1f7856da5 authored over 10 years ago by Tom Christie <[email protected]>
Add `include_nav` and `include_next_prev`

github.com/mkdocs/mkdocs - dc6f95dd0d3b6adffc830f56bb84021c3a5a8021 authored over 10 years ago by Tom Christie <[email protected]>
Add 'ghp-deploy'

github.com/mkdocs/mkdocs - 305ebcf90eeb15682f4a9e2c7201d96532d4248c authored over 10 years ago by Tom Christie <[email protected]>
Nicer output during 'serve' - don't display build dir

github.com/mkdocs/mkdocs - be1e0c9d61e9f71d77698a126a7c3ccfa851376c authored over 10 years ago by Tom Christie <[email protected]>
pep8 cleanups

github.com/mkdocs/mkdocs - 3acee6f4482eb8bf676f79483a1336dcfeb49bf3 authored over 10 years ago by Tom Christie <[email protected]>
Include extra css/js in readthedocs theme

github.com/mkdocs/mkdocs - d378b4ad58b1002eb3f6eecef96c3427dc25f43d authored over 10 years ago by Tom Christie <[email protected]>
Tweak new project text.

github.com/mkdocs/mkdocs - fa80bcf41e076cdf4884e003568a282700b68149 authored over 10 years ago by Tom Christie <[email protected]>
Allow extra css and extra javascript in docs dir

github.com/mkdocs/mkdocs - 720f961557ba31f9989b9432b3970b0292eb475d authored over 10 years ago by Tom Christie <[email protected]>
Improve 'new' command.

github.com/mkdocs/mkdocs - 0d7911a0b4d1073f203201bd1c9d66db5e7eb006 authored over 10 years ago by Tom Christie <[email protected]>
Add 'new' command.

github.com/mkdocs/mkdocs - 64167da8fa74d3edadf18f2cce10764972df8273 authored over 10 years ago by Tom Christie <[email protected]>
Hide unfinished docs.

github.com/mkdocs/mkdocs - 510fdef51f8303cdb35a4e6f3add24b6ab535b74 authored over 10 years ago by Tom Christie <[email protected]>
Minor copy changes.

github.com/mkdocs/mkdocs - 64901f7e3d8b17fe0eed8d56932b6b67604aa992 authored over 10 years ago by Tom Christie <[email protected]>
More helpful messages to 'build'

github.com/mkdocs/mkdocs - 27142e1cccdfbbba42dab0387d3a90cdecf900d8 authored over 10 years ago by Tom Christie <[email protected]>
More helpful messages on 'serve'

github.com/mkdocs/mkdocs - 24d5ca5da5a8d5b96e321cafe7d0ef159e993ecf authored over 10 years ago by Tom Christie <[email protected]>
Merge pull request #49 from Hernrup/master

Navigation on "readthedocs" theme

github.com/mkdocs/mkdocs - b1515b717d2f7ffff06a98140a8019c27b3fe24b authored almost 11 years ago by Tom Christie <[email protected]>
Fixed win path

github.com/mkdocs/mkdocs - 95829fab7920653676c52e2d5a9de1ebd6d81b0c authored almost 11 years ago by Mikael Hernrup <[email protected]>
Fixed navigation on "readthedocs" theme

All pages are now rendered. Headings on current page are rendered as
subpages. Navigation is fix...

github.com/mkdocs/mkdocs - 823348975992c0707b4cc3d019a1f5325c7f3d0e authored almost 11 years ago by Mikael Hernrup <[email protected]>
More documentation on build directories

github.com/mkdocs/mkdocs - 9231c8f20c0024a2b419a701303af2f7297830b5 authored almost 11 years ago by Tom Christie <[email protected]>
Merge pull request #34 from alcesleo/theme_documentation

Simple docs on theme and theme_dir

github.com/mkdocs/mkdocs - 7c353b62deb4dab5c879306edaae8c938d46f1eb authored almost 11 years ago by Tom Christie <[email protected]>
Docs on dev_addr and use_directory_urls

github.com/mkdocs/mkdocs - 7228519e5993ac3c05f1eb1e06af5ae764a2f120 authored almost 11 years ago by Tom Christie <[email protected]>
Fix google analytics code

github.com/mkdocs/mkdocs - ba8212f14d61a0ec9359c1da59c553db953cf68f authored almost 11 years ago by Tom Christie <[email protected]>
Merge branch 'master' of github.com:tomchristie/mkdocs

github.com/mkdocs/mkdocs - a87c6a666da816f094e305e8dd82e8f2f0892d7d authored almost 11 years ago by Tom Christie <[email protected]>
Version 0.5

github.com/mkdocs/mkdocs - 5c54f73619dbf95349fca03f2b5ebf385155a8d8 authored almost 11 years ago by Tom Christie <[email protected]>
Update configuration.md

github.com/mkdocs/mkdocs - cee117e33f87db1b7c228eab4770bf7769482ad9 authored almost 11 years ago by Jimmy Börjesson <[email protected]>
Merge pull request #35 from alcesleo/update_themes

Update all bootswatch themes

github.com/mkdocs/mkdocs - b921ac04427c75330d6d0a5441289f2f960c4d82 authored almost 11 years ago by Tom Christie <[email protected]>
Documented repo_url

github.com/mkdocs/mkdocs - d3bbc7ebbf5bb3274263acd51b80dc347f6d9348 authored almost 11 years ago by alcesleo <[email protected]>
All bootswatch themes now support icons and repo-links

github.com/mkdocs/mkdocs - 5f141534260a2916248293f4136e4fcb90239bbc authored almost 11 years ago by alcesleo <[email protected]>
Relative path in theme_dir docs

github.com/mkdocs/mkdocs - 1e8f6b45cf3176d75ff17654b9f0722cbbe7f99f authored almost 11 years ago by alcesleo <[email protected]>
Reads better

github.com/mkdocs/mkdocs - 04de30b8a753fbd06f8ae8ae2ba0bb1506ff7c8c authored almost 11 years ago by Jimmy Börjesson <[email protected]>
Simple docs on theme and theme_dir

github.com/mkdocs/mkdocs - f6592e6b2dc53126216102c79db701a2a10cedc8 authored almost 11 years ago by alcesleo <[email protected]>
Ensure badges track master

github.com/mkdocs/mkdocs - a64cddc7df4b71e6c137174d39ef42a371e946bf authored almost 11 years ago by Tom Christie <[email protected]>
Add coveralls badge

github.com/mkdocs/mkdocs - 6b1d3ff2bc59378a644002f8b05696b0d89ff96b authored almost 11 years ago by Tom Christie <[email protected]>
Merge branch 'master' of github.com:tomchristie/mkdocs

github.com/mkdocs/mkdocs - 6d46d6673b766da3f00da03ea8d4890de7322851 authored almost 11 years ago by Tom Christie <[email protected]>
Add coveralls

github.com/mkdocs/mkdocs - 88351e2bf748ce4608ea6163f187f7f65258e7dd authored almost 11 years ago by Tom Christie <[email protected]>
Update README.md

github.com/mkdocs/mkdocs - 1f1d611a070f340804d3524ccddee080b62f3f11 authored almost 11 years ago by Tom Christie <[email protected]>
Version 0.4

github.com/mkdocs/mkdocs - cee8e9cab5ac1664389432db1c0a2acc48775d5f authored almost 11 years ago by Tom Christie <[email protected]>
Remove erronous __init__.py

github.com/mkdocs/mkdocs - 5375d696ce922741ca686191e01bcce560ca902f authored almost 11 years ago by Tom Christie <[email protected]>
Fixes for interlinking

github.com/mkdocs/mkdocs - 778b977fd7bfc9bf31adc80eb497f2b73c71501b authored almost 11 years ago by Tom Christie <[email protected]>
Drop unneeded relative_urls in get_url_path

github.com/mkdocs/mkdocs - ab7d563cb06285809c36a5a7582dfe30b1f5799b authored almost 11 years ago by Tom Christie <[email protected]>
Include fenced_code markdown extension

github.com/mkdocs/mkdocs - bc1b210f5e2b47bf89594f5431d7a75d8077d87f authored almost 11 years ago by Tom Christie <[email protected]>
Include fenced_code markdown extension

github.com/mkdocs/mkdocs - bdf86cd5597ab3b7d6f713cff5476c9876b6decc authored almost 11 years ago by Tom Christie <[email protected]>
Include more md extensions in docs

github.com/mkdocs/mkdocs - 574bfe67837635d135db3acffd3a1700381405af authored almost 11 years ago by Tom Christie <[email protected]>
Add docs on tables

github.com/mkdocs/mkdocs - 99079ecf7731b57cbf439d5c7c50fe216638f799 authored almost 11 years ago by Tom Christie <[email protected]>
Merge branch 'master' of github.com:tomchristie/mkdocs

github.com/mkdocs/mkdocs - 8df259dada7d4d289a61d018a1d0dab25f4ff897 authored almost 11 years ago by Tom Christie <[email protected]>
Add tables support

github.com/mkdocs/mkdocs - e8fe5442a3d0a414c2f9b31878923f2dd56da130 authored almost 11 years ago by Tom Christie <[email protected]>
Add flake8 to requirements, for testing

github.com/mkdocs/mkdocs - 1eccdd2cde27f29d79194f460c8d37d93548f64a authored almost 11 years ago by Tom Christie <[email protected]>
Update README.md

github.com/mkdocs/mkdocs - 1534e21104f2b7a1feedc37a550a1b037845b28e authored almost 11 years ago by Tom Christie <[email protected]>
Stubbed out integration test

github.com/mkdocs/mkdocs - fd12cfdf1cac82bab24c2035de22f7f8bdbff16c authored almost 11 years ago by Tom Christie <[email protected]>
Tweak

github.com/mkdocs/mkdocs - 99a36cd0d93c915ba6bcf9634386a4d809b41159 authored almost 11 years ago by Tom Christie <[email protected]>
Validate internal hyperlinks

github.com/mkdocs/mkdocs - 7753b8710d55e06e164d459a085d249d22dd4b5f authored almost 11 years ago by Tom Christie <[email protected]>
Update tox.ini

github.com/mkdocs/mkdocs - 61127cada58914c61c4500b20a8554389bf2db06 authored almost 11 years ago by Tom Christie <[email protected]>
Add tox

github.com/mkdocs/mkdocs - 4c0e34212015d35f5b9fcf1a477d3d293cd0a85e authored almost 11 years ago by Tom Christie <[email protected]>
Added travis

github.com/mkdocs/mkdocs - 6f8a3a8ae48ce6079cfb2aa267f990e36658b413 authored almost 11 years ago by Tom Christie <[email protected]>
Minor docs tweak

github.com/mkdocs/mkdocs - 980947897ee5bdf37919eeb479431b9f3d267b25 authored almost 11 years ago by Tom Christie <[email protected]>
Preserve external hyperlinks properly

github.com/mkdocs/mkdocs - b63129c0e6cd7bbe5b110a17da222da985615911 authored almost 11 years ago by Tom Christie <[email protected]>
Anchor links work correctly with internal hyperlinks, added docs.

github.com/mkdocs/mkdocs - 99963ec56aff008d9e39eb315e2eba031de89a16 authored almost 11 years ago by Tom Christie <[email protected]>
Tests and implementation tweaks for internal hyperlinking

github.com/mkdocs/mkdocs - 64d0477fc4f66780c08bc44aa33365cbfaa0280f authored almost 11 years ago by Tom Christie <[email protected]>
Minor improvements in 'getting started' docs

github.com/mkdocs/mkdocs - af78163b73c75dd3bef0b2bdf6f1f32194da851f authored almost 11 years ago by Tom Christie <[email protected]>
Allow pages with no title in config, and add default pages value. Closes #25

github.com/mkdocs/mkdocs - 9dcd88170b357396465a6319b8b2053bb8ced0de authored almost 11 years ago by Tom Christie <[email protected]>
ConfigTest cleaned up slightly

github.com/mkdocs/mkdocs - 982e29877ea839aa7bdf1d76075d05ad336d4c0f authored almost 11 years ago by Tom Christie <[email protected]>
Merge branch 'master' into ocfuu-patch-1

github.com/mkdocs/mkdocs - dcae8c3dd7fc0d84a94fb8d7d059908525c63809 authored almost 11 years ago by Tom Christie <[email protected]>
Fix up configs in test

github.com/mkdocs/mkdocs - f50c9415a8866e3f98daf5c4f5d5bfbe092069ee authored almost 11 years ago by Tom Christie <[email protected]>
Merge branch 'patch-1' of git://github.com/ocfuu/mkdocs into ocfuu-patch-1

github.com/mkdocs/mkdocs - 184c650306db3cbfffb042f06567568648ac852c authored almost 11 years ago by Tom Christie <[email protected]>
Improve homepage docs

github.com/mkdocs/mkdocs - eb91f865278d585b27b418743cb29009a11abf7b authored almost 11 years ago by Tom Christie <[email protected]>
Add 'in development' note. Refs #29

github.com/mkdocs/mkdocs - eea4449398de664c7ecadf75db5fd0a102267743 authored almost 11 years ago by Tom Christie <[email protected]>
Merge branch 'master' of github.com:tomchristie/mkdocs

github.com/mkdocs/mkdocs - 1268cb2e73c86441c6b136b0d39c362a875c756b authored almost 11 years ago by Tom Christie <[email protected]>
MkDocs theme becomes built-in

github.com/mkdocs/mkdocs - 0303e87a1d9c425e57c3cb3ff2e9dfc9eb78a01c authored almost 11 years ago by Tom Christie <[email protected]>
Update README.md

github.com/mkdocs/mkdocs - 7de2c173bac37e6816850cc1f1457062de90f5f0 authored almost 11 years ago by Tom Christie <[email protected]>
Added tests for added '--config' option.

github.com/mkdocs/mkdocs - ada3369fe60c4efc90afb1aaae254d1534d6ffc4 authored almost 11 years ago by Hank Reno <[email protected]>
Added option '--config'

This simple change enables the use of a '--config' option when starting the server.

github.com/mkdocs/mkdocs - 3c5b5cf778d53293857b32a6f7278813bc9482ff authored almost 11 years ago by Hnk Reno <[email protected]>
Theme & build tweaks

github.com/mkdocs/mkdocs - e530965075a451b5eebcc4f8cee08fdb7f4c68fa authored almost 11 years ago by Tom Christie <[email protected]>
mkdocs.yaml -> mkdocs.yml

github.com/mkdocs/mkdocs - d06adc715550e61f237175e9b0594a7528fdf1be authored almost 11 years ago by Tom Christie <[email protected]>
Fix misnamed method

github.com/mkdocs/mkdocs - fe33b7cff5d31d8d6f0016d48c7892065f45019c authored almost 11 years ago by Tom Christie <[email protected]>
pages -> list, instead of '/' delimited

github.com/mkdocs/mkdocs - b10bf24f745fae54b89c803e699fb18b9a30e992 authored almost 11 years ago by Tom Christie <[email protected]>
Fix broken readthedocs base.html

github.com/mkdocs/mkdocs - f237c51d5693ba9271796bac7af31b3b0f75ad84 authored almost 11 years ago by Tom Christie <[email protected]>
Version 0.3

github.com/mkdocs/mkdocs - 5f305125011b87f665fadbd55f9ad5148a4eba75 authored almost 11 years ago by Tom Christie <[email protected]>