tutorials: move vweb tutorial inside its own folder (#8930)
|
@ -126,8 +126,7 @@ jobs:
|
|||
run: ./v build-vbinaries
|
||||
- name: Test v tutorials
|
||||
run: |
|
||||
cd tutorials/code/blog
|
||||
../../../v .
|
||||
./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
|
||||
|
||||
# Alpine docker pre-built container
|
||||
alpine-docker-musl-gcc:
|
||||
|
|
|
@ -156,7 +156,7 @@ files with compilation errors.
|
|||
- os: `is_link()`, `is_dir()`, `exists()`.
|
||||
- Ranging through fixed size arrays.
|
||||
- Lots of fixes in ORM and vweb.
|
||||
- The first tutorial: [building a simple web application with vweb](https://github.com/vlang/v/blob/master/tutorials/building-a-simple-web-blog-with-vweb.md)
|
||||
- The first tutorial: [building a simple web application with vweb](https://github.com/vlang/v/blob/master/tutorials/building_a_simple_web_blog_with_vweb/README.md)
|
||||
- Match expressions now must be exhaustive.
|
||||
- freestanding: `malloc()`/`free()`.
|
||||
- `++` is now required instead of `+= 1` for consistency.
|
||||
|
|
|
@ -256,7 +256,7 @@ With V's `vab` tool, building V UI and graphical apps for Android can become as
|
|||
|
||||
## Developing web applications
|
||||
|
||||
Check out the [Building a simple web blog](https://github.com/vlang/v/blob/master/tutorials/building-a-simple-web-blog-with-vweb.md)
|
||||
Check out the [Building a simple web blog](https://github.com/vlang/v/blob/master/tutorials/building_a_simple_web_blog_with_vweb/README.md)
|
||||
tutorial and Gitly, a light and fast alternative to GitHub/GitLab:
|
||||
|
||||
https://github.com/vlang/gitly
|
||||
|
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |