Skip to content

Commit

Permalink
Merge pull request #111 from tigerros/master
Browse files Browse the repository at this point in the history
Add files from DioxusLabs/dioxus#1404
  • Loading branch information
ealmloff authored Aug 31, 2023
2 parents 1119f27 + cf89855 commit b228021
Show file tree
Hide file tree
Showing 21 changed files with 268 additions and 587 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Cargo.lock
!.vscode/launch.json
!.vscode/extensions.json

.idea

/pkg
/static
/docs/learn/0.3
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Run the following command in the root of the project to start the tailwind css c
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
```


The documentation can be edited using any text editor. Most commonly used editors support syntax highlighting for the `markdown` format. To view your changes you can install the [dioxus-cli] tool locally, assuming you already have a working `Rust` setup;
```console
cargo install dioxus-cli
Expand Down
11 changes: 4 additions & 7 deletions docs-src/0.4/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,26 +81,23 @@
- [Installation](CLI/installation.md)
- [Create a Project](CLI/creating.md)
- [Configure Project](CLI/configure.md)
- [Commands](CLI/cmd/index.md)
- [Build](CLI/cmd/build.md)
- [Serve](CLI/cmd/serve.md)
- [Clean](CLI/cmd/clean.md)
- [Translate](CLI/cmd/translate.md)
- [Plugin Development](CLI/plugin/index.md)
<!-- Plugins are probably going to be using WASI, not lua. That makes this documentation outdated.
- [Plugin Development](CLI/plugin/index.md)
- [API.Log](CLI/plugin/interface/log.md)
- [API.Command](CLI/plugin/interface/command.md)
- [API.OS](CLI/plugin/interface/os.md)
- [API.Directories](CLI/plugin/interface/dirs.md)
- [API.Network](CLI/plugin/interface/network.md)
- [API.Path](CLI/plugin/interface/path.md)
-->

---
- [Contributing](contributing/index.md)
- [Project Structure](contributing/project_structure.md)
- [Walkthrough of Internals](contributing/walkthrough_readme.md)
- [Guiding Principles](contributing/guiding_principles.md)
- [Roadmap](contributing/roadmap.md)
- [Governence](contributing/governence.md)
<!-- Empty file. TODO: Uncomment when the file is finished. - [Governance](contributing/governance.md) -->

---
- [Migration](migration/index.md)
Expand Down
47 changes: 0 additions & 47 deletions docs-src/0.4/en/CLI/cmd/build.md

This file was deleted.

67 changes: 0 additions & 67 deletions docs-src/0.4/en/CLI/cmd/bundle.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs-src/0.4/en/CLI/cmd/clean.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs-src/0.4/en/CLI/cmd/index.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs-src/0.4/en/CLI/cmd/serve.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs-src/0.4/en/CLI/cmd/translate.md

This file was deleted.

Loading

0 comments on commit b228021

Please sign in to comment.