angular/adev
Paweł Kubiak 756b891f95 fix(docs-infra): calculate list of Angular Docs versions based on VERSION (#55977)
fix(docs-infra): calculate the list of Angular Docs versions based on VERSION, append --config=release to docs build and serve the script. Support displaying the right color of navigation for the deprecated state.
fix(docs-infra): add scrollbar to version picker
fix(docs-infra): set initial adev docs version to 18
fix(docs-infra): remove --config=release from scripts for local development, write unit tests
fix(docs-infra): update CI tests step
fix(docs-infra): remove rc from the list
fix(docs-infra): update unit test to check count of versions

PR Close #55977
2024-05-22 17:25:52 +00:00
..
scripts/update-cli-help Revert "refactor: move example generation into adev, removing content from aio (#55263)" (#55326) 2024-04-12 14:57:05 -07:00
src fix(docs-infra): calculate list of Angular Docs versions based on VERSION (#55977) 2024-05-22 17:25:52 +00:00
tools/local_deps build: fix adev build (#55662) 2024-05-03 10:20:58 -07:00
angular.json build: fix adev build (#55662) 2024-05-03 10:20:58 -07:00
BUILD.bazel build: fix adev build (#55662) 2024-05-03 10:20:58 -07:00
firebase.json ci: provide proper location for artifacts to allow for firebase to find the artifacts for deployment (#53960) 2024-01-18 18:08:30 +01:00
karma.conf.js refactor(docs-infra): apply prettier formatting to adev (#54625) 2024-02-27 14:04:49 -08:00
README.md docs: add README for adev site (#55578) 2024-04-30 14:04:56 -07:00
tsconfig.app.json refactor(docs-infra): refactor adev to build using architect (#53497) 2023-12-11 19:21:07 +00:00
tsconfig.json feat(core): support TypeScript 5.4 (#54414) 2024-02-26 18:29:09 -08:00
tsconfig.spec.json refactor(docs-infra): refactor adev to build using architect (#53497) 2023-12-11 19:21:07 +00:00
tsconfig.worker.json refactor(docs-infra): refactor adev to build using architect (#53497) 2023-12-11 19:21:07 +00:00
tslint.json docs: add angular.dev (#52536) 2023-11-06 11:15:02 -08:00

Angular.dev

This site is built with Angular.

The content is written primarly in Markdown format located in src/content. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.

Local Development

For local development, yarn is the preferred package manager. You can setup a local environment with the following commands :

# Clone Angular repo
git clone https://github.com/angular/angular.git

# Navigate to project directory
cd angular

# Install dependencies
yarn

# Build and run local dev server
# Note: Initial build will take some time
yarn docs

Contributing

Want to report a bug, contribute some code, or improve the documentation? Excellent!

Read through our contributing guidelines to learn about our submission process, coding rules, and more.

And if you're new, check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.