|
1 | 1 | export const docCopy = {
|
| 2 | + doc_layout_title: "The starting point for learning TypeScript", |
| 3 | + doc_layout_description: |
| 4 | + "Find TypeScript starter projects: from Angular to React or Node.js and CLIs.", |
| 5 | + doc_headline: "Start Learning", |
| 6 | + doc_headline_5m_title: "TS in 5m", |
| 7 | + doc_headline_5m_blurb: "5 minute overview of the language", |
| 8 | + doc_headline_tooling_title: "TS Tooling", |
| 9 | + doc_headline_tooling_blurb: "5 minute overview of the tooling", |
| 10 | + doc_headline_handbook_title: "Handbook", |
| 11 | + doc_headline_handbook_blurb: "The TypeScript language reference", |
| 12 | + doc_headline_examples_title: "Examples", |
| 13 | + doc_headline_examples_blurb: "Comprehensive hands-on playground tutorials", |
| 14 | + doc_start_a_project: "Start a Project", |
| 15 | + doc_start_a_project_desc: |
| 16 | + "Because TypeScript is a super-set of JavaScript, it doesn't have a default template - there would be too many. Instead, other projects have their own TypeScript bootstrap templates with their own context. These projects provide templates which include TypeScript support.", |
| 17 | + doc_node_npm: "Node with NPM", |
| 18 | + doc_node_npm_tsdx_blurb: "Zero config tool for building TypeScript libraries", |
| 19 | + doc_node_npm_oclif_blurb: "Create command line tools your users love", |
| 20 | + doc_node_npm_gluegun_blurb: |
| 21 | + "A delightful toolkit for building TypeScript-powered command-line apps", |
| 22 | + doc_frameworks: "Web Frameworks", |
| 23 | + doc_frameworks_angular_blurb: |
| 24 | + "Makes writing beautiful apps be joyful and fun", |
| 25 | + doc_frameworks_react_blurb: |
| 26 | + "A JavaScript library for building user interfaces", |
| 27 | + doc_frameworks_vue_blurb: "The Progressive JavaScript Framework", |
| 28 | + doc_frameworks_ror_blurb: "Convention over configuration web framework", |
| 29 | + doc_frameworks_asp_blurb: |
| 30 | + "Framework for building modern, cloud-based, Internet-connected applications", |
| 31 | + doc_apis: "Node APIs", |
| 32 | + doc_apis_azure_blurb: "Build and deploy from VS Code in minutes", |
| 33 | + doc_apis_feather_blurb: |
| 34 | + "A framework for real-time applications and REST APIs", |
| 35 | + doc_apis_graphql_blurb: "Bootstrap your GraphQL server within seconds", |
| 36 | + doc_apis_nest_blurb: |
| 37 | + "A progressive Node.js framework for building efficient and scalable server-side applications", |
| 38 | + doc_apis_node_blurb: "A documented starter template from the TS team", |
| 39 | + doc_apis_wechat_blurb: "Use the WeChat JSSDK with TypeScript", |
| 40 | + doc_react: "React Projects", |
| 41 | + doc_react_create_blurb: "Set up a modern web app by running one command", |
| 42 | + doc_react_gatsby_blurb: |
| 43 | + "Helps developers build blazing fast websites and apps", |
| 44 | + doc_react_next_blurb: "The React Framework", |
| 45 | + doc_react_razzle_blurb: |
| 46 | + "Server-rendered universal JavaScript applications with no configuration", |
| 47 | + doc_react_toolchains_title: "Recommended Toolchains", |
| 48 | + doc_react_toolchains_blurb: "Recommendations from the React Team", |
| 49 | + doc_apps: "Building Apps", |
| 50 | + doc_apps_electron_blurb: "Set up a modern web app by running one command", |
| 51 | + doc_apps_expo_blurb: "The fastest way to build an app", |
| 52 | + doc_apps_react_native_blurb: "Learn once, write anywhere", |
| 53 | + doc_apps_native_script_blurb: |
| 54 | + "Open source framework for building truly native mobile apps", |
| 55 | + doc_apps_make_code_blurb: |
| 56 | + "Brings computer science to life for all students with fun projects", |
| 57 | + doc_tooling: "Tooling", |
| 58 | + doc_tooling_babel_blurb: "Use next generation JavaScript, today", |
| 59 | + doc_tooling_parcel_blurb: |
| 60 | + "Blazing fast, zero configuration web application bundler", |
| 61 | + doc_tooling_webpack_blurb: "Bundle your assets, scripts, images and styles", |
| 62 | + doc_learn: "Familiar With TypeScript already?", |
| 63 | + doc_learn_3_5_release_notes_title: "Release Notes", |
| 64 | + doc_learn_3_5_release_notes_blurb: "3.5 Release Notes", |
| 65 | + doc_learn_handbook_blurb: "The TypeScript language reference", |
| 66 | + doc_learn_d_ts_title: "d.ts Guide", |
| 67 | + doc_learn_d_ts_blurb: "Learn how to declare the shape of JS", |
| 68 | + doc_learn_playground_blurb: "Explore and share TypeScript online", |
2 | 69 | nav_: {
|
3 | 70 | id: "foo",
|
4 | 71 | defaultMessage: "foo",
|
|
0 commit comments