Страница:
Fluid Terminology
Страницы
API Deprecation
API Type Validation
API reports and review
Branches, Versions, and Releases
Breaking vs Non breaking Changes
Building documentation locally
Bundle Size Test
CI Pipelines
CLA
Changesets FAQ
Changesets
Checking for broken links in the documentation
Client
Coding Guidelines
Commit message style
Communicating breaking changes
Community Calls
Compatibility and Versioning
Contributing
Debugging
Design Goals
Dev Tools Maintenance
Documentation Dos and Don'ts
Documentation guidelines
Documenting JavaScript
Documenting TypeScript
ESLint
Fluid Terminology
Home
Maintaining API support levels
Managing dependencies
Markdown Best Practices
PR Guidelines
PR review process
Release Tags
Release notes 2.0.0 internal.3.0.0
Repo Basics
Server
SharedTree
Submitting Bugs and Feature Requests
TSDoc Guidelines
Testing
Upcoming change‐‐The build task will no longer run formatting and check tasks
Updating code using legacy Fluid APIs
Uploading images for the website to Azure blob storage
Website PR validation
Where To Put Documentation
Working with the Website
npm package scopes
pnpm tips and tricks
1
Fluid Terminology
Joshua Smithrud редактировал(а) эту страницу 2022-07-14 17:02:29 -07:00
Содержание
Like any framework introducing new concepts / paradigms, the Fluid Framework has a set of native terminology that we use frequently.
To lower the barrier to entry, and generally make our documentation more accessible, it is important that we are consistent in the ways we refer to our concepts. This document outlines common dos and don'ts regarding our terminology.
Terminology
-
"Fluid" and "Fluid Framework" are a proper nouns and should be capitalized, but these are not:
- "container"
- "service"
- "object"
- "driver"
- "runtime"
- "host"
-
"Fluid service", not "Fluid server"
Casing
- "Container code" - not "Container Code"
- "URL" - not "url" or "Url"
- "JavaScript" - not "Jypescript" or "javascript"
- "TypeScript" - not "Typescript" or "typescript"
- "Node.js" - not "node" or "nodejs", etc.
- "npm" (always lower-case)
Overview
Contributing
- Submitting Bugs and Feature Requests
- Contributing to the Repo
- Repo Basics
- Common Workflows and Patterns
- Managing dependencies
- Client Code
- Server Code
- PR Guidelines
- CI Pipelines
- Breaking vs Non-Breaking Changes
- Branches, Versions, and Releases
- Compatibility & Versioning
- Testing
- Debugging
- npm package scopes
- Maintaining API support levels
- Developer Tooling Maintenance
- API Deprecation
- Working with the Website (fluidframework.com)
- Coding Guidelines
- Documentation Guidelines
- CLA
Using Fluid Framework
This wiki is focused on contributing to the Fluid Framework codebase.
For information on using Fluid Framework or building applications on it, please refer to fluidframework.com.