Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: create new adaptive svg logo #3892

Merged
merged 1 commit into from
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"target/**",
"tests/**/fixtures/**",
"src/uu/dd/test-resources/**",
"vendor/**"
"vendor/**",
"**/*.svg"
],

// words to ignore (even if they are in the flagWords)
Expand Down
55 changes: 42 additions & 13 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,49 @@
{{#include logo.svg}}

<style>
/* Make the logo a bit bigger and center */
#logo {
height: 200px;
width: 100%;
}

/* This is necessary to get the <use> tags to obey the CSS styles below */
g, polygon {
fill: inherit;
stroke: inherit;
}

/* Set the circle to the foreground color of the theme */
#gear circle {
stroke: var(--fg);
}

/* Set the stroke of polygons and the copies (via use) */
#gear polygon,
#gear use {
fill: var(--fg);
stroke: var(--fg);
}
</style>

# uutils Coreutils Documentation

uutils is an attempt at writing universal (as in cross-platform) CLI
utilities in [Rust](https://www.rust-lang.org). It is available for
Linux, Windows, Mac and other platforms.
uutils is an attempt at writing universal (as in cross-platform) CLI utilities
in [Rust](https://www.rust-lang.org). It is available for Linux, Windows, Mac
and other platforms.

The API reference for `uucore`, the library of functions shared between
various utils, is hosted at
[docs.rs](https://docs.rs/uucore/latest/uucore/).
The API reference for `uucore`, the library of functions shared between various
utils, is hosted at [docs.rs](https://docs.rs/uucore/latest/uucore/).

uutils is licensed under the [MIT License](https://github.com/uutils/coreutils/blob/main/LICENSE).
uutils is licensed under the
[MIT License](https://github.com/uutils/coreutils/blob/main/LICENSE).

## Useful links
* [Releases](https://github.com/uutils/coreutils/releases)
* [Source Code](https://github.com/uutils/coreutils)
* [Issues](https://github.com/uutils/coreutils/issues)
* [Discord](https://discord.gg/wQVJbvJ)

> Note: This manual is automatically generated from the source code and is
> a work in progress.
- [Releases](https://github.com/uutils/coreutils/releases)
- [Source Code](https://github.com/uutils/coreutils)
- [Issues](https://github.com/uutils/coreutils/issues)
- [Discord](https://discord.gg/wQVJbvJ)

> Note: This manual is automatically generated from the source code and is a
> work in progress.
61 changes: 61 additions & 0 deletions docs/src/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/theme/favicon.png
Binary file not shown.
79 changes: 79 additions & 0 deletions docs/theme/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.