This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed folder structure, did a bunch of cleanup and introduce a doc helper to compose markdown in markdown. * Added basic rome styling. * Added some more styling. * Added hero. * Added more padding at bottom * Added permalinks. * Made border radius consistent. * Added basic mobile view. * npm instead of yarn, which we already use in @romejs-web/frontend * Removed yarn-error.log from gitignore due to npm * Migrated to sass * Cleanup from migrating to sass * Rewrote parts in sass * Formatted sass * Do not bundle unused resources. * Split sass components in separate files. * Added config for HTML meta tags. * Proposing a different document format. * Fixing broken links. * Consistency across titles. * Update website/src/docs/Introduction.md Co-authored-by: Kevin Kelbie <[email protected]> * Update website/src/docs/Linting.md Co-authored-by: Kevin Kelbie <[email protected]> Co-authored-by: Kevin Kelbie <[email protected]>
- Loading branch information
Showing
8 changed files
with
97 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="hero"> | ||
<h1 toc-exclude>Rome is a JavaScript toolchain</h1> | ||
<h2 toc-exclude>Linting, bundling, compiling, testing, and more</h2> | ||
<h1 toc-exclude>Your next-gen JavaScript toolchain.</h1> | ||
<h2 toc-exclude>Focus on code, let Rome take care of the rest!</h2> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Introduction | ||
|
||
Rome is an all-in-one JavaScript toolchain, including a compiler, linter, formatter, bundler, testing framework and more. It aims to be a comprehensive tool for anything related to the processing of JavaScript source code. | ||
|
||
Rome aims to be a replacement for many existing JavaScript tools. We will, however, offer integrations for components in other tools. For example, using the Rome compiler as a plugin for another bundler. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.