diff --git a/docs/client/basic/introduction.html b/docs/client/basic/introduction.html index dc7c682d68a..73b86d8887c 100644 --- a/docs/client/basic/introduction.html +++ b/docs/client/basic/introduction.html @@ -30,8 +30,6 @@ {{> quickStart}} -{{> principles}} -

Learning Resources

diff --git a/docs/client/basic/toc.js b/docs/client/basic/toc.js index aba37e40e69..a119048b090 100644 --- a/docs/client/basic/toc.js +++ b/docs/client/basic/toc.js @@ -24,9 +24,6 @@ var sections = [ section("Quick Start", { id: "quickstart" }), - section("Principles", { - id: "sevenprinciples" - }), section("Learning Resources", { id: "learning-resources" }), diff --git a/docs/client/common/principles.md b/docs/client/common/principles.md deleted file mode 100644 index 45090da8e06..00000000000 --- a/docs/client/common/principles.md +++ /dev/null @@ -1,25 +0,0 @@ -{{#template name="principles"}} - -

Principles of Meteor

- -- _Data on the Wire_. Meteor doesn't send HTML over the network. The server sends data and -lets the client render it. - -- _One Language._ Meteor lets you write both the client and the server parts of your -application in JavaScript. - -- _Database Everywhere_. You can use the same methods to access your -database from the client or the server. - -- _Latency Compensation_. On the client, Meteor prefetches data and simulates models to make it look like server method calls return instantly. - -- _Full Stack Reactivity_. In Meteor, realtime is the default. All layers, from -database to template, update themselves automatically when necessary. - -- _Embrace the Ecosystem_. Meteor is open source and integrates with existing open source tools and frameworks. - -- _Simplicity Equals Productivity_. The best way to make something -seem simple is to have it actually _be_ simple. Meteor's main functionality has -clean, classically beautiful APIs. - -{{/template}} \ No newline at end of file diff --git a/docs/client/full-api/concepts.html b/docs/client/full-api/concepts.html index 9f101e7272e..bebe3cbbf23 100644 --- a/docs/client/full-api/concepts.html +++ b/docs/client/full-api/concepts.html @@ -1,13 +1,6 @@ - -