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

Update directory structure #55

Closed
wants to merge 1 commit into from
Closed

Update directory structure #55

wants to merge 1 commit into from

Conversation

tmattio
Copy link
Collaborator

@tmattio tmattio commented Jul 29, 2021

Updates directory structure to a (hopefully) more intuitive structure.

.
├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── dune-project
├── heroku.yml
├── ocamlorg.opam
├── ocamlorg.opam.template
├── package-lock.json
├── package.json
├── script
│   ├── update-site.sh
│   └── watch.sh
├── src
│   ├── ocamlorg
│   │   ├── config.ml
│   │   ├── config.mli
│   │   ├── dune
│   │   ├── ocamlorg.ml
│   │   ├── ocamlorg.mli
│   │   ├── opam_repository.ml
│   │   ├── opam_repository.mli
│   │   ├── opam_user.ml
│   │   ├── opam_user.mli
│   │   ├── package.ml
│   │   ├── package.mli
│   │   └── std.ml
│   └── ocamlorg_web
│       ├── asset
│       │   ├── discourselogo.png
│       │   ├── doc.css
│       │   ├── favicon.ico
│       │   ├── logo.jpeg
│       │   ├── manifest.json
│       │   ├── robots.txt
│       │   └── tutorials
│       ├── asset_site
│       │   ├── 404
│       │   ├── _next
│       │   ├── academic_institution
│       │   ├── books
│       │   ├── en
│       │   ├── packages
│       │   ├── static
│       │   ├── storybook
│       │   ├── success-stories
│       │   ├── tutorials
│       │   └── users
│       ├── bin
│       │   ├── dune
│       │   ├── main.ml
│       │   └── main.mli
│       ├── dune
│       ├── lib
│       │   ├── config.ml
│       │   ├── dune
│       │   ├── handler.ml
│       │   ├── middleware.ml
│       │   ├── ocamlorg_web.ml
│       │   └── router.ml
│       ├── template
│       │   ├── component_flyout_menu.eml
│       │   ├── component_footer.eml
│       │   ├── component_header.eml
│       │   ├── component_header_section.eml
│       │   ├── component_icon.eml
│       │   ├── component_package_doc_header.eml
│       │   ├── component_toc.eml
│       │   ├── dune
│       │   ├── layout_package.eml
│       │   ├── layout_page.eml
│       │   ├── navigation.ml
│       │   ├── page_not_found.eml
│       │   ├── page_package.eml
│       │   ├── page_package_doc.eml
│       │   ├── page_package_search.eml
│       │   ├── page_packages.eml
│       │   ├── preview_index.eml
│       │   ├── preview_tutorial.eml
│       │   ├── preview_tutorials.eml
│       │   └── url.ml
│       └── test
│           ├── dune
│           └── page_handler_test.ml
└── tailwind.config.js

@tmattio
Copy link
Collaborator Author

tmattio commented Sep 1, 2021

I'll wait for someone else than myself to complain about the directory structure before going forward with this. Closing for now.

@tmattio tmattio closed this Sep 1, 2021
@TheLortex
Copy link
Contributor

Sorry for the lack of review, indeed I had no hard complaint with the directory structure, however it's still time to change it if you want to ! The PR looks good, I'm particularly happy with grouping the templates together.

@tmattio tmattio deleted the directory-structure branch September 8, 2021 19:52
tmattio pushed a commit that referenced this pull request Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants