Skip to content

Commit b1b85d0

Browse files
author
Eric Koleda
committed
Adding deprecation notice to Bibstro sample.
1 parent 785e83c commit b1b85d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bibstro/README.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Bibstro
22

3+
**Deprecated**: The sample relies on ScriptDb to store it's data, which is now
4+
deprecated. Please refer to the [migration guide][scriptdb_migration_guide] for
5+
further information.
6+
37
Bibstro is a sample bibliography app for [Google Docs][docs] built upon the
48
[Google Apps Script][apps_script] platform. Bibstro shows how you can extend
59
Google Docs by adding custom menus, dialogs, and sidebars. Manipulating the
@@ -19,6 +23,7 @@ see our Google I/O 2013 talk “[Extend Google Docs with Apps Script][io_video]
1923
You may also wish to consult our [guide to extending Docs][quickstart], as well
2024
as Apps Script's [API reference][api_reference].
2125

26+
[scriptdb_migration_guide]: https://developers.google.com/apps-script/migration/script-db
2227
[api_reference]: https://developers.google.com/apps-script/reference/document/
2328
[apps_script]: https://developers.google.com/apps-script/
2429
[docs]: https://support.google.com/drive/answer/143206?ref_topic=21008&rd=1

0 commit comments

Comments
 (0)