Skip to content

Commit b0b8e35

Browse files
committed
1.0 website
1 parent c272d1b commit b0b8e35

File tree

189 files changed

+4027
-29458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+4027
-29458
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

attr-bound.html

+175-48
Large diffs are not rendered by default.

attr-default.html

+171-44
Large diffs are not rendered by default.

attr-rename.html

+169-42
Large diffs are not rendered by default.

attr-skip-serializing.html

+171-44
Large diffs are not rendered by default.

attributes.html

+179-183
Large diffs are not rendered by default.

book.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
2-
"root": "src",
2+
"root": "_src",
33
"title": "Serde",
44
"language": "en",
5-
"plugins": ["-search", "-sharing", "sane-sidebar", "codeblock-omit", "codeblock-rust", "edit-link", "ga"],
5+
"plugins": ["-search", "-sharing", "sane-sidebar", "codeblock-omit", "codeblock-rust", "edit-link", "ga", "bulk-redirect", "checklist"],
66
"pluginsConfig": {
77
"edit-link": {
8-
"base": "https://github.com/serde-rs/serde-rs.github.io/edit/master/src",
8+
"base": "https://github.com/serde-rs/serde-rs.github.io/edit/master/_src",
99
"label": "Edit"
1010
},
1111
"ga": {
1212
"token": "UA-82804814-1"
13+
},
14+
"bulk-redirect": {
15+
"redirectsFile": "redirects.json"
1316
}
1417
}
1518
}

future/borrow.html renamed to borrow.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ <h1 id="borrowing-data">Borrowing data</h1>
715715
<script>
716716
var gitbook = gitbook || [];
717717
gitbook.push(function() {
718-
gitbook.page.hasChanged({"page":{"title":"Borrowing data","level":"1.9.3","depth":2,"next":{"title":"Default value for a field","level":"1.9.4","depth":2,"path":"attr-default.md","ref":"attr-default.md","articles":[]},"previous":{"title":"Enum representations","level":"1.9.2","depth":2,"path":"enum-representations.md","ref":"enum-representations.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga","bulk-redirect","checklist"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga":{"configuration":"auto","token":"UA-82804814-1"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"borrow.md","mtime":"2017-04-20T14:42:11.458Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-04-20T14:42:49.171Z"},"basePath":".","book":{"language":""}});
718+
gitbook.page.hasChanged({"page":{"title":"Borrowing data","level":"1.9.3","depth":2,"next":{"title":"Default value for a field","level":"1.9.4","depth":2,"path":"attr-default.md","ref":"attr-default.md","articles":[]},"previous":{"title":"Enum representations","level":"1.9.2","depth":2,"path":"enum-representations.md","ref":"enum-representations.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga","bulk-redirect","checklist"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga":{"configuration":"auto","token":"UA-82804814-1"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"borrow.md","mtime":"2017-04-20T14:42:11.458Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-04-20T15:02:08.559Z"},"basePath":".","book":{"language":""}});
719719
});
720720
</script>
721721
</div>

0 commit comments

Comments
 (0)