1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00
Commit Graph

111 Commits

Author SHA1 Message Date
squidfunk
3fbb56d9cf Moved scripts into bin 2016-10-30 19:30:55 +01:00
squidfunk
1bb5eb631c Add sudo to fix issues with system-wide Python installation on Travis 2016-10-30 14:15:09 +01:00
squidfunk
a0c10d868a Build with node 4, 5 and 6 and install requirements 2016-10-30 14:10:44 +01:00
squidfunk
738177d5a3 Forgot to update mkdocs.yml [ci skip] 2016-10-30 11:29:24 +01:00
squidfunk
e76be3b704 Removed unnecessary docs 2016-10-30 11:28:21 +01:00
squidfunk
cb215d0da4 Added documentation for Permalinks extension [ci skip] 2016-10-30 11:26:55 +01:00
squidfunk
f1af230918 Finished footnotes integration 2016-10-30 11:02:18 +01:00
squidfunk
8cac945757 Finished full integration for CodeHilite 2016-10-30 10:36:18 +01:00
squidfunk
669d7cbc19 Added print styles for links 2016-10-25 10:14:55 +02:00
squidfunk
d3ed8ccec6 Added basic styles for @media print 2016-10-24 18:02:53 +02:00
squidfunk
26b1de049b Removed temporary rules in shame 2016-10-23 19:32:27 +02:00
squidfunk
83c5c7512b Cleaned up search modal styles 2016-10-23 19:31:54 +02:00
Martin Donath
e61f12d429 Merge pull request #58 from brendo/dynamic-source-version
Use `extra.version` if it is available when generating source partial
2016-10-23 16:55:46 +02:00
Martin Donath
60f48d71d1 Merge pull request #59 from brendo/github-source-facts
Abstracts fact fetching for Github sources
2016-10-23 16:55:05 +02:00
Brendan Abbott
3537235d78 Add GithubSourceFacts, which abstracts fact fetching for Github sources 2016-10-23 19:49:22 +10:00
squidfunk
95435e7035 Implemented basic search modal functionality 2016-10-23 10:21:37 +02:00
Brendan Abbott
d5a78ce396 Use extra.version if it is available when generating source partial 2016-10-23 18:11:44 +10:00
squidfunk
46b7e0f5fe Refactored admonition styles to be slightly lighter 2016-10-21 21:15:35 +02:00
squidfunk
130bd9fe0b Resolved double-clean from build process 2016-10-21 21:13:47 +02:00
squidfunk
507e98871e Improve performance by reducing compound repaints 2016-10-18 20:53:08 +02:00
squidfunk
a18eb4f982 Add extra.repo_type config option to override link parser 2016-10-16 18:22:07 +02:00
squidfunk
eaeba59dd8 Added guards for repository banner 2016-10-16 17:08:34 +02:00
squidfunk
4dbd2978a8 Added signal handler for karma 2016-10-16 17:06:29 +02:00
Martin Donath
1d637134b2 Merge pull request #56 from brendo/doc-updates
Minor documentation updates
2016-10-12 10:03:13 +02:00
squidfunk
c814cc1584 Remove Gemini again from package.json 2016-10-12 09:46:47 +02:00
Brendan Abbott
1b58bba115 Update documentation for installation 2016-10-12 17:45:44 +10:00
squidfunk
4dbb6095bc Update GCC to 4.8 in Travis build environment 2016-10-12 09:40:23 +02:00
squidfunk
e7160cb85c Remove gemini for now as it breaks the build 2016-10-12 09:28:30 +02:00
squidfunk
7b585f191a Added full JSX support to build pipeline 2016-10-10 12:35:25 +02:00
squidfunk
3e47149fe4 Restructure package.json according to npm guidelines 2016-10-07 21:27:29 +02:00
squidfunk
82eef9340f Integrated karma for unit tests 2016-10-07 16:38:13 +02:00
squidfunk
cc302a70fc Added editor configuration 2016-10-07 11:17:00 +02:00
squidfunk
57822b1290 Updated changelog 2016-10-06 19:26:49 +02:00
squidfunk
2159c730c5 Introduced post-merge hook to update dependencies 2016-10-06 15:45:41 +02:00
squidfunk
d5ddc1ab8f Added npm-debug.log to .gitignore 2016-10-06 15:16:57 +02:00
squidfunk
ccfdbf040f Introduced pre-commit hook for linting 2016-10-06 15:14:03 +02:00
squidfunk
48dc0527c8 Added babel-register as a dependency 2016-10-06 12:20:48 +02:00
squidfunk
914ccc4550 Rewrite of Gulp asset pipeline in ES6 and separation of tasks 2016-10-06 12:14:33 +02:00
squidfunk
46f45bb8a9 Introduced ESLint for code style checks 2016-09-30 13:29:45 +02:00
squidfunk
02915210f4 Fix jittery scroll bouncing 2016-09-24 19:12:05 +02:00
squidfunk
fc7fb28edb Prototyped animation for navigation on desktop 2016-09-24 18:52:37 +02:00
squidfunk
e32562fb1e Repair build 2016-09-23 20:58:55 +02:00
squidfunk
ffe06939a7 Refactored code container 2016-09-23 20:26:27 +02:00
squidfunk
71d022ef39 Refactored repository view and integrated into drawer 2016-09-23 17:46:16 +02:00
squidfunk
2fd1740f3d Fixed bug in scrollspy 2016-09-23 12:39:47 +02:00
squidfunk
9338045887 Refactored navigation and drawer 2016-09-23 11:56:25 +02:00
squidfunk
b387f2abee Corrected BEM nesting depths 2016-09-13 20:58:28 +02:00
squidfunk
0111478b65 Added icons for GitHub, GitLab and BitBucket integrations 2016-09-11 19:58:22 +02:00
squidfunk
37310eb52d Refactored Gulp workflow and added styles for extensions 2016-09-11 19:00:53 +02:00
squidfunk
841b493df6 Adjusted error handling in px2em 2016-09-08 22:29:26 +02:00